init
This commit is contained in:
parent
35467b47c2
commit
fdf7e663ac
@ -58,7 +58,9 @@ 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: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||||
|
value: "file:/opt/app/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