init
This commit is contained in:
parent
212741adc3
commit
766c676e52
@ -58,29 +58,7 @@ spec:
|
||||
{{- toYaml $.Values.securityContext | nindent 12 }}
|
||||
image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}"
|
||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: STAND_TITLE
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
|
||||
key: standTitle
|
||||
- name: STAND_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
|
||||
key: standName
|
||||
- name: STAND_OWNER
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
|
||||
key: standOwner
|
||||
- name: DEVSPACE_URL
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
|
||||
key: devSpaceUrl
|
||||
- name: STRONG_CONFIG_YAML
|
||||
value: /config/application.yaml
|
||||
env: []
|
||||
volumeMounts:
|
||||
- mountPath: '/opt/app/config'
|
||||
name: application-properties-volume
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user