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