test argocd8

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