Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
SIMPLE_SERVER_DATABASE_HOST: "simple-primary"
SIMPLE_SERVER_DATABASE_USERNAME: "simple"
SIMPLE_SERVER_ENV: "demo"
SIMPLE_SERVER_HOST: "api-demo.bd.simple.org"
SIMPLE_SERVER_HOST: "api-demo-simpleapp.dghs.gov.bd"
SIMPLE_SERVER_HOST_PROTOCOL: "https"
STALE_EXPERIMENT_MIN_DAYS_SINCE_LAST_VISIT: "35"
STALE_EXPERIMENT_MAX_DAYS_SINCE_LAST_VISIT: "90"
Expand Down
8 changes: 4 additions & 4 deletions k8s/environments/bangladesh-staging/values/argocd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
argo-cd:
notifications:
argocdUrl: "https://argocd-demo.bd.simple.org"
argocdUrl: "https://argocd-demo-simpleapp.dghs.gov.bd"
server:
ingress:
enabled: true
Expand All @@ -10,14 +10,14 @@ argo-cd:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
ingressClassName: "nginx"
hosts:
- argocd-demo.bd.simple.org
- argocd-demo-simpleapp.dghs.gov.bd
paths:
- /
pathType: Prefix
tls:
- secretName: argocd-demo.bd.simple.org-tls
- secretName: argocd-demo-simpleapp.dghs.gov.bd-tls
hosts:
- argocd-demo.bd.simple.org
- argocd-demo-simpleapp.dghs.gov.bd
https: false
configs:
cm:
Expand Down
6 changes: 3 additions & 3 deletions k8s/environments/bangladesh-staging/values/metabase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ metabase:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
hosts:
- host: metabase-demo.bd.simple.org
- host: metabase-demo-simpleapp.dghs.gov.bd
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- metabase-demo.bd.simple.org
secretName: metabase-demo.bd.simple.org-tls
- metabase-demo-simpleapp.dghs.gov.bd
secretName: metabase-demo-simpleapp.dghs.gov.bd-tls
12 changes: 6 additions & 6 deletions k8s/environments/bangladesh-staging/values/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ingress:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
hosts:
- host: api-demo.bd.simple.org
- host: api-demo-simpleapp.dghs.gov.bd
paths:
- path: /
pathType: ImplementationSpecific
- host: dashboard-demo.bd.simple.org
- host: dashboard-demo-simpleapp.dghs.gov.bd
paths:
- path: /
pathType: ImplementationSpecific
Expand All @@ -23,11 +23,11 @@ ingress:
pathType: ImplementationSpecific
tls:
- hosts:
- api-demo.bd.simple.org
secretName: api-demo.bd.simple.org-tls
- api-demo-simpleapp.dghs.gov.bd
secretName: api-demo-simpleapp.dghs.gov.bd-tls
- hosts:
- dashboard-demo.bd.simple.org
secretName: dashboard-demo.bd.simple.org-tls
- dashboard-demo-simpleapp.dghs.gov.bd
secretName: dashboard-demo-simpleapp.dghs.gov.bd-tls
- hosts:
- api-demo.simple.org
secretName: api-demo.simple.org-tls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
enable: false,
},
prometheus: {
externalUrl: 'https://prometheus-demo.bd.simple.org',
externalUrl: 'https://prometheus-demo-simpleapp.dghs.gov.bd',
retention: {
enable: true,
retention: '30d',
storage: '10Gi',
},
ingress: {
name: 'prometheus-k8s',
host: 'prometheus-demo.bd.simple.org',
host: 'prometheus-demo-simpleapp.dghs.gov.bd',
port: 'web',
path: '/',
},
},
alertmanager: {
externalUrl: 'http://alertmanager-demo.bd.simple.org',
externalUrl: 'http://alertmanager-demo-simpleapp.dghs.gov.bd',
ingress: {
name: 'alertmanager-main',
host: 'alertmanager-demo.bd.simple.org',
host: 'alertmanager-demo-simpleapp.dghs.gov.bd',
port: 'web',
path: '/',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
name: 'simple-server-bgd',
targets: ['https://api-demo.bd.simple.org'],
targets: ['https://api-demo-simpleapp.dghs.gov.bd'],
labels: {
service: 'simple_server',
environment: 'staging',
Expand Down
2 changes: 1 addition & 1 deletion scripts/argocd_password_setup_credentials.txt.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{"url": "argocd.k8s-test.simple.org", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd-qa.simple.org", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd-sandbox.simple.org", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd-demo.bd.simple.org", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd-demo-simpleapp.dghs.gov.bd", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd.bd.simple.org", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd-simple.health.gov.lk", "user": "<user-with-access>", "password": "<password>"}
{"url": "argocd.simple.org", "user": "<user-with-access>", "password": "<password>"}