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 - name: SEAFILE_SERVER_LETSENCRYPT
value: 'false' value: 'false'
- name: SEAFILE_SERVER_HOSTNAME - name: SEAFILE_SERVER_HOSTNAME
value: seafile value: {{ .Values.seafile.hostname }}
ports: ports:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}

View File

@ -13,7 +13,6 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- override image tag; default is the chart appVersion # -- override image tag; default is the chart appVersion
tag: '' tag: ''
# -- secrets used to pull the image # -- secrets used to pull the image
imagePullSecrets: [] imagePullSecrets: []
# -- override the name of the entire chart # -- override the name of the entire chart
@ -28,7 +27,6 @@ serviceAccount:
annotations: {} annotations: {}
# -- the name of the service account to use; if unset and create is true, a name is generated using the fullname template # -- the name of the service account to use; if unset and create is true, a name is generated using the fullname template
name: '' name: ''
# -- additional pod annotations # -- additional pod annotations
podAnnotations: {} podAnnotations: {}
# -- additional pod labels # -- additional pod labels
@ -73,7 +71,6 @@ ingress:
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:
# - chart-example.local # - chart-example.local
# -- custom resources # -- custom resources
resources: {} resources: {}
# limits: # limits:
@ -119,7 +116,6 @@ persistence:
storageClass: '' storageClass: ''
# -- limit PVC size # -- limit PVC size
size: 16Gi size: 16Gi
# -- node selectors # -- node selectors
nodeSelector: {} nodeSelector: {}
@ -136,6 +132,8 @@ seafile:
admin_email: admin@hostname.tld admin_email: admin@hostname.tld
# -- password of the admin user; DO NOT FORGET TO CHANGE THIS VALUE # -- password of the admin user; DO NOT FORGET TO CHANGE THIS VALUE
admin_password: changeme2 admin_password: changeme2
# -- hostname of this seafile instance
hostname: example.com
mariadb: mariadb:
# -- auth settings # -- auth settings