feat(helm): added helm chart for movienight

This commit is contained in:
ITQ
2026-05-22 18:06:28 +03:00
parent 92add56cf7
commit 8350239a1a
11 changed files with 760 additions and 0 deletions
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "movienight.serviceAccountName" . }}
labels:
{{- include "movienight.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}