Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Aug 31, 2023
1 parent 547e4fa commit 210c0a4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,27 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: ST_SERVER_PORT
valueFrom:
configMapKeyRef:
name: stallion-charts
key: ST_SERVER_PORT
- name: ST_METRICS_PORT
valueFrom:
configMapKeyRef:
name: stallion-charts
key: ST_METRICS_PORT
- name: ST_USER
valueFrom:
configMapKeyRef:
name: stallion-charts
key: ST_USER
- name: ST_PASSWORD
valueFrom:
configMapKeyRef:
name: stallion-charts
key: ST_PASSWORD
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 210c0a4

Please sign in to comment.