test argocd7

This commit is contained in:
2023-03-23 00:42:58 +02:00
parent 495aeab164
commit 669e92cdcc
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ spec:
- name: "REDIS_HOST"
value: {{ .Values.env.REDIS_HOST }}
- name: "REDIS_PORT"
value: {{ .Values.env.REDIS_PORT }}
value: {{ .Values.env.REDIS_PORT | quote }}
ports:
- name: http
containerPort: {{ .Values.service.port }}