add an initial start of using mariadb as an option for the database

This commit is contained in:
jessebot
2025-01-23 22:50:25 +01:00
parent 472a9f06fa
commit c0803306bf
5 changed files with 17 additions and 2 deletions
+5
View File
@@ -587,3 +587,8 @@ pixelfed:
access_key_id: ""
# -- key in existing Kubernetes Secret for secret_access_key. If set, ignores s3.secret_access_key
secret_access_key: ""
mariadb:
# -- enable mariadb subchart - currently experiemental for this chart
# read more about the values here: https://github.com/bitnami/charts/tree/main/bitnami/mariadb
enabled: false