chart-seafile: enable correctly setting SEAFILE_SERVER_HOSTNAME

This commit is contained in:
2024-09-08 19:03:17 +02:00
parent a241c8f254
commit de9f1ee6ad
2 changed files with 3 additions and 5 deletions

View File

@ -51,7 +51,7 @@ spec:
- name: SEAFILE_SERVER_LETSENCRYPT
value: 'false'
- name: SEAFILE_SERVER_HOSTNAME
value: seafile
value: {{ .Values.seafile.hostname }}
ports:
- name: http
containerPort: {{ .Values.service.port }}