add mariadb as an option for installing pixelfed

This commit is contained in:
jessebot
2025-01-23 22:33:57 +01:00
parent c0803306bf
commit c0cc5b9280
3 changed files with 56 additions and 15 deletions
@@ -129,6 +129,12 @@ data:
DB_USERNAME: postgres
DB_DATABASE: postgres
{{- end }}
{{- if .Values.mariadb.enabled }}
DB_PORT: {{ .Values.mariadb.primary.service.ports.mysql | quote }}
DB_HOST: {{ .Values.mariadb.fullnameOverride }}
DB_USERNAME: {{ .Values.mariadb.auth.username }}
DB_DATABASE: {{ .Values.mariadb.auth.database }}
{{- end }}
# valkey (redis)
{{- if .Values.valkey.enabled }}