This commit is contained in:
subochev 2026-02-19 05:03:21 +03:00
parent 212741adc3
commit 766c676e52

View File

@ -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