fix: Switch to bitnamilegacy Postgres repo in Helm, add ingress labels (#1368)

Closes #1362
This commit is contained in:
patroldo
2025-10-05 20:47:36 +02:00
committed by GitHub
parent 213f6cddc9
commit 18104a486f
3 changed files with 11 additions and 2 deletions
+3
View File
@@ -18,6 +18,9 @@ metadata:
name: {{ $fullName }}
labels:
{{- include "planka.labels" . | nindent 4 }}
{{- with .Values.ingress.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}