Skip to content

Commit

Permalink
fix(?): remove unsupported deployment annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 7, 2024
1 parent 66e4d03 commit c578388
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tools/openshift/frontend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp:
labels:
app: "${APP_NAME}-${BRANCH}"
branch: "${BRANCH}"
Expand All @@ -28,9 +25,6 @@
maxSurge: 25%
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp:
labels:
app: "${APP_NAME}-${BRANCH}"
spec:
Expand Down Expand Up @@ -83,10 +77,6 @@
- apiVersion: v1
kind: Service
metadata:
annotations:
service.alpha.openshift.io/serving-cert-secret-name: "ccof-frontend-cert"
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp:
labels:
app: "${APP_NAME}-${BRANCH}"
name: "${APP_NAME}-frontend-${APP_ENVIRONMENT}"
Expand All @@ -102,8 +92,6 @@
- apiVersion: v1
kind: Route
metadata:
annotations:
openshift.io/host.generated: 'true'
labels:
app: "${APP_NAME}-${BRANCH}"
name: "${APP_NAME}-frontend-${APP_ENVIRONMENT}"
Expand Down

0 comments on commit c578388

Please sign in to comment.