Skip to content

Commit

Permalink
add env vars to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Nov 19, 2024
1 parent f3d2503 commit 2272679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
image: "{{ .repository }}:{{ .tag }}"
imagePullPolicy: {{ .pullPolicy }}
{{- end }}
envFrom:
- configMapRef:
name: {{ .Release.Name }}-configmap
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 2272679

Please sign in to comment.