This commit is contained in:
awscloude
2026-07-16 15:56:29 +06:00
parent 5e804df3aa
commit 87371c400f
4 changed files with 44 additions and 0 deletions
+5
View File
@@ -38,6 +38,11 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
envFrom:
- configMapRef:
name: {{ include "myapp.fullname" . }}-config
- secretRef:
name: {{ include "myapp.fullname" . }}-secret
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http