test argocd8
This commit is contained in:
@@ -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
@@ -83,5 +83,4 @@ tolerations: []
|
||||
|
||||
affinity: {}
|
||||
env:
|
||||
REDIS_HOST: peoples-redis-master
|
||||
REDIS_PORT: "6379"
|
||||
REDIS_HOST: peoples-redis-master:6379
|
||||
Reference in New Issue
Block a user