Fix deployment by the convention
This commit is contained in:
parent
b781fe57eb
commit
9980bc7fd6
@ -14,8 +14,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: tunedrop
|
- name: tunedrop
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.tag }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.backend.image.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
- name: MUSIC_DIR
|
- name: MUSIC_DIR
|
||||||
value: {{ .Values.env.MUSIC_DIR | quote }}
|
value: {{ .Values.env.MUSIC_DIR | quote }}
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
image:
|
backend:
|
||||||
|
image:
|
||||||
repository: my-apps/tunedrop
|
repository: my-apps/tunedrop
|
||||||
tag: latest
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
tag: latest
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user