Skip to content

Commit 6438f90

Browse files
committed
updart
1 parent 099c2b6 commit 6438f90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

k8s/production/skaffold.production.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ manifests:
6161
- name: ingress-nginx
6262
remoteChart: ingress-nginx
6363
repo: https://kubernetes.github.io/ingress-nginx
64-
namespace: chicmoz
64+
namespace: chicmoz-prod
6565
createNamespace: false
6666
recreatePods: false
6767
skipBuildDependencies: false
@@ -78,7 +78,7 @@ manifests:
7878
global.postgresql.auth.username: "admin"
7979
global.postgresql.auth.password: "secret-local-password" # TODO: change to env-var
8080
image.debug: true
81-
namespace: chicmoz
81+
namespace: chicmoz-prod
8282
createNamespace: false
8383
recreatePods: false
8484
skipBuildDependencies: false
@@ -88,7 +88,7 @@ manifests:
8888
version: 18.17.1
8989
remoteChart: redis
9090
repo: https://charts.bitnami.com/bitnami
91-
namespace: chicmoz
91+
namespace: chicmoz-prod
9292
createNamespace: false
9393
recreatePods: false
9494
skipBuildDependencies: false
@@ -100,7 +100,7 @@ manifests:
100100
version: 26.4.2
101101
remoteChart: kafka
102102
repo: https://charts.bitnami.com/bitnami
103-
namespace: chicmoz
103+
namespace: chicmoz-prod
104104
setValues:
105105
sasl.enabledMechanisms: plain
106106
sasl.controllerMechanism: plain

0 commit comments

Comments
 (0)