Commit 3560cbca authored by ulnamachivayam's avatar ulnamachivayam

yaml

parent 76e4bccf
......@@ -20,7 +20,7 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
containers:
- name: {{ .Chart.Name }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
......@@ -32,9 +32,9 @@ spec:
volumeMounts:
- mountPath: /home/seluser/videos
name: videos
volumes:
- name: videos
emptyDir: {}
volumes:
- name: videos
emptyDir: {}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment