Fix deploy
This commit is contained in:
parent
fc0e346d8a
commit
ecd79e67cc
@ -19,6 +19,10 @@ spec:
|
|||||||
app.kubernetes.io/name: {{ include "dvirlabs-landing.name" . }}
|
app.kubernetes.io/name: {{ include "dvirlabs-landing.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
|
{{- with .Values.imagePullSecrets }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: dvirlabs-landing
|
- name: dvirlabs-landing
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
@ -29,6 +33,6 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: LAB_LINKS
|
- name: LAB_LINKS
|
||||||
value: {{ toJson .Values.links | quote }}
|
value: '{{ toJson .Values.links }}'
|
||||||
|
resources:
|
||||||
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user