chart-seafile: improve documentation

This commit is contained in:
2024-09-08 18:40:07 +02:00
parent 940de05d13
commit a241c8f254
2 changed files with 2 additions and 18 deletions

View File

@ -2,12 +2,10 @@
# -- (int) number of seafile replicas to run (only tested with 1)
replicaCount: 1
# -- global settings
global:
# -- global storage class for PVCs
storageClass: ''
# -- seafile image configuration
image:
# -- what seafile image to use
repository: seafileltd/seafile-mc
@ -49,14 +47,12 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
# -- service setup
service:
# -- service type
type: ClusterIP
# -- (int) service port
port: 80
# -- ingress setup
ingress:
# -- (boolean) whether an ingress should be generated
enabled: false
@ -97,7 +93,6 @@ readinessProbe:
path: /
port: http
# -- autoscaling settings
autoscaling:
# -- (boolean) whether autoscaling should be enabled
enabled: false
@ -109,7 +104,6 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
# -- persistence settings
persistence:
# -- (boolean) whether to handle persistence at all
enabled: true
@ -135,7 +129,6 @@ tolerations: []
# -- affinity
affinity: {}
# -- seafile app configuration
seafile:
# -- [TZ identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
timezone: Europe/Berlin
@ -144,7 +137,6 @@ seafile:
# -- password of the admin user; DO NOT FORGET TO CHANGE THIS VALUE
admin_password: changeme2
# -- mariadb subchart configuration
mariadb:
# -- auth settings
auth:
@ -156,7 +148,6 @@ mariadb:
storageClass: ''
size: 1Gi
# -- memcached subchart configuration
memcached:
extraEnvVars:
- name: MEMCACHED_CACHE_SIZE