Add configurable ingress, rename all files to .yaml for conformity.

This commit is contained in:
Shane Lindsay
2024-09-29 23:22:54 -07:00
parent c62e37d16f
commit 005d53cce7
9 changed files with 81 additions and 10 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "postiz.fullname" . }}-config
labels:
{{- include "postiz.labels" . | nindent 4 }}
data:
{{- range $key, $value := .Values.env }}
{{ $key }}: {{ $value | quote }}
{{- end }}