test argocd4

This commit is contained in:
2023-03-23 00:16:10 +02:00
parent 23a86e0323
commit d4a1839251
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -41,6 +41,8 @@ spec:
name: peoples-redis
- name: "REDIS_HOST"
value: {{ .Values.env.REDIS_HOST }}
- name:
value: {{ .Values.env.REDIS_PORT }}
ports:
- name: http
containerPort: {{ .Values.service.port }}
+2 -1
View File
@@ -83,4 +83,5 @@ tolerations: []
affinity: {}
env:
REDIS_HOST: peoples-redis-master
REDIS_HOST: peoples-redis-master
REDIS_PORT: 6379