feat: Add Pocket ID Helm chart with deployment, service, ingress, and backup configurations

This commit is contained in:
sha
2026-04-19 03:11:23 +03:00
parent 93538e432d
commit e0c2043b08
10 changed files with 417 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{/* PVC name to mount: existing claim if set, otherwise the chart-created one */}}
{{- define "pocket-id.pvcName" -}}
{{- if .Values.persistence.existingClaim -}}
{{ .Values.persistence.existingClaim }}
{{- else -}}
{{ .Release.Name }}-data
{{- end -}}
{{- end -}}