test argocd
This commit is contained in:
@@ -33,16 +33,6 @@ spec:
|
|||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
env:
|
|
||||||
- name: "REDIS_PASSWORD"
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
key: redis-password
|
|
||||||
name: peoples-redis
|
|
||||||
- name: "REDIS_HOST"
|
|
||||||
value: {{ .Values.env.REDIS_HOST }}
|
|
||||||
- name: "REDIS_PORT"
|
|
||||||
value: {{ .Values.env.REDIS_PORT }}
|
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
|
|||||||
@@ -82,7 +82,3 @@ nodeSelector: {}
|
|||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
env:
|
|
||||||
REDIS_HOST: peoples-redis-master
|
|
||||||
REDIS_PORT: "6379"
|
|
||||||
Reference in New Issue
Block a user