diff --git a/kustomize/sd3-ch/api/base/deployment.yaml b/kustomize/sd3-ch/api/base/deployment.yaml index a2ee3857..c5afae72 100644 --- a/kustomize/sd3-ch/api/base/deployment.yaml +++ b/kustomize/sd3-ch/api/base/deployment.yaml @@ -21,7 +21,7 @@ spec: command: ["/bin/sh", "-c"] args: - ['source /secrets/sd3-api-env && "/usr/src/app/app"'] + ['source /secrets/sd3-ch-api-env && "/usr/src/app/app"'] ports: - containerPort: 8000 resources: diff --git a/kustomize/sd3-ch/api/base/sa.yaml b/kustomize/sd3-ch/api/base/sa.yaml index 45b04f0f..07c8dd02 100644 --- a/kustomize/sd3-ch/api/base/sa.yaml +++ b/kustomize/sd3-ch/api/base/sa.yaml @@ -16,4 +16,4 @@ roleRef: subjects: - kind: ServiceAccount name: sd3-ch - namespace: status-dashboard + namespace: status-dashboard-ch-prod diff --git a/kustomize/sd3-ch/api/overlays/prod/kustomization.yaml b/kustomize/sd3-ch/api/overlays/prod/kustomization.yaml index 4487a5e0..c1b558c0 100644 --- a/kustomize/sd3-ch/api/overlays/prod/kustomization.yaml +++ b/kustomize/sd3-ch/api/overlays/prod/kustomization.yaml @@ -9,7 +9,7 @@ resources: images: - name: sd3-ch-api newName: quay.io/stackmon/status-dashboard-v3 - newTag: sha-3a259f0 + newTag: sha-5eaea67 configMapGenerator: - name: sd3-ch-vault-config diff --git a/kustomize/sd3-ch/api/overlays/prod/vault-agent.hcl b/kustomize/sd3-ch/api/overlays/prod/vault-agent.hcl index 0e959723..beff7eb6 100644 --- a/kustomize/sd3-ch/api/overlays/prod/vault-agent.hcl +++ b/kustomize/sd3-ch/api/overlays/prod/vault-agent.hcl @@ -23,7 +23,7 @@ export SD_DB={{ .Data.data.dburl }} export SD_CACHE=internal export SD_LOG_LEVEL=devel export SD_SECRET_KEY={{ .Data.data.sdsecretkey }} -export SD_WEB_URL=https://status-ch-new.otc-service.com +export SD_WEB_URL=https://status-ch.otc-service.com export SD_HOSTNAME=https://api.status-ch.otc-service.com export SD_KEYCLOAK_URL={{ .Data.data.keycloakurl }} export SD_KEYCLOAK_REALM={{ .Data.data.keycloakrealm }} diff --git a/kustomize/sd3-ch/frontend/base/ingress.yaml b/kustomize/sd3-ch/frontend/base/ingress.yaml index ffbcabf2..fee0ddf1 100644 --- a/kustomize/sd3-ch/frontend/base/ingress.yaml +++ b/kustomize/sd3-ch/frontend/base/ingress.yaml @@ -10,7 +10,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: status-ch-new.otc-service.com + - host: status-ch.otc-service.com http: paths: - path: / diff --git a/kustomize/sd3-ch/frontend/overlays/prod/kustomization.yaml b/kustomize/sd3-ch/frontend/overlays/prod/kustomization.yaml index ddad9d44..cc8a57c3 100644 --- a/kustomize/sd3-ch/frontend/overlays/prod/kustomization.yaml +++ b/kustomize/sd3-ch/frontend/overlays/prod/kustomization.yaml @@ -6,7 +6,7 @@ namespace: status-dashboard-ch-prod images: - name: sd3-ch-frontend newName: quay.io/stackmon/status-dashboard-v3-front - newTag: 0.1.1 + newTag: 1.0.0-ch resources: - ../../base @@ -24,7 +24,7 @@ patchesStrategicMerge: } spec: rules: - - host: status-ch-new.otc-service.com + - host: status-ch.otc-service.com http: paths: - path: / @@ -37,5 +37,5 @@ patchesStrategicMerge: tls: - hosts: - - status-ch-new.otc-service.com + - status-ch.otc-service.com secretName: sd3-ch-front-cert-prod