Commit d64f9d07 authored by ulnamachivayam's avatar ulnamachivayam

yaml

parent d307e9a2
......@@ -29,6 +29,9 @@ spec:
protocol: TCP
args:
- start
volumeMounts:
- mountPath: /home/seluser/videos
name: videos
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
......@@ -42,4 +45,6 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
\ No newline at end of file
{{- end }}
volumes:
- name: videos
\ No newline at end of file
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