init
This commit is contained in:
parent
212741adc3
commit
766c676e52
@ -58,29 +58,7 @@ spec:
|
|||||||
{{- toYaml $.Values.securityContext | nindent 12 }}
|
{{- toYaml $.Values.securityContext | nindent 12 }}
|
||||||
image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}"
|
image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}"
|
||||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||||
env:
|
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
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: '/opt/app/config'
|
- mountPath: '/opt/app/config'
|
||||||
name: application-properties-volume
|
name: application-properties-volume
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user