Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kustomize/sd3-ch/api/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/sd3-ch/api/base/sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: sd3-ch
namespace: status-dashboard
namespace: status-dashboard-ch-prod
2 changes: 1 addition & 1 deletion kustomize/sd3-ch/api/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kustomize/sd3-ch/api/overlays/prod/vault-agent.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion kustomize/sd3-ch/frontend/base/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
Expand Down
6 changes: 3 additions & 3 deletions kustomize/sd3-ch/frontend/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +24,7 @@ patchesStrategicMerge:
}
spec:
rules:
- host: status-ch-new.otc-service.com
- host: status-ch.otc-service.com
http:
paths:
- path: /
Expand All @@ -37,5 +37,5 @@ patchesStrategicMerge:

tls:
- hosts:
- status-ch-new.otc-service.com
- status-ch.otc-service.com
secretName: sd3-ch-front-cert-prod