test argocd2

stage
adilet 2 years ago
parent 9288ec34ec
commit a9439b29cd

@ -33,6 +33,12 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: "REDIS_PASSWORD"
valueFrom:
secretKeyRef:
key: redis-password
name: peoples-redis
ports:
- name: http
containerPort: {{ .Values.service.port }}

Loading…
Cancel
Save