always template out app_domain

This commit is contained in:
jessebot
2025-01-23 21:45:37 +01:00
parent bec985e272
commit 7a16c2659b
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -25,6 +25,7 @@ Uses @mattlqx's [docker image](https://ghcr.io/mattlqx/docker-pixelfed) which is
helm repo add pixelfed https://small-hack.github.io/pixelfed-chart helm repo add pixelfed https://small-hack.github.io/pixelfed-chart
# download the values.yaml and edit it with your own values such as YOUR hostname # download the values.yaml and edit it with your own values such as YOUR hostname
# especially important is pixelfed.app.domain
helm show values pixelfed/pixelfed > values.yaml helm show values pixelfed/pixelfed > values.yaml
# install the chart # install the chart
+1 -3
View File
@@ -10,9 +10,7 @@ data:
APP_PORT: {{ .Values.service.targetPort | quote}} APP_PORT: {{ .Values.service.targetPort | quote}}
APP_URL: {{ .Values.pixelfed.app.url }} APP_URL: {{ .Values.pixelfed.app.url }}
APP_LOCALE: {{ .Values.pixelfed.app.locale }} APP_LOCALE: {{ .Values.pixelfed.app.locale }}
{{- with .Values.pixelfed.app.domain }} APP_DOMAIN: {{ .Values.pixelfed.app.domain | required ".Values.pixelfed.app.domain is required" }}
APP_DOMAIN: {{ . }}
{{- end }}
{{- with .Values.pixelfed.exp_loops }} {{- with .Values.pixelfed.exp_loops }}
EXP_LOOPS: {{ . }} EXP_LOOPS: {{ . }}
@@ -2,6 +2,8 @@
# it uses postgresql and valkey and provides credentials for them as well as mail # it uses postgresql and valkey and provides credentials for them as well as mail
pixelfed: pixelfed:
app:
domain: "example.com"
mail: mail:
username: test username: test
password: testing1234567 password: testing1234567