Add custom gitea configuration in helm chart

This commit is contained in:
wbsong111
2024-11-13 17:09:35 +09:00
parent ef5127073e
commit c0e4205a28
4 changed files with 138 additions and 2 deletions
+7 -2
View File
@@ -21,6 +21,11 @@ replicaCount: 1
## @param clusterDomain cluster domain
clusterDomain: cluster.local
## @param lifecycleHooks LifecycleHook to set additional configuration at startup Evaluated as a template
##
lifecycleHooks: {}
## @section Image
## @param image.registry image registry, e.g. gcr.io,docker.io
## @param image.repository Image to start for this pod
@@ -400,7 +405,7 @@ gitea:
## @param memcached.enabled Memcached is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/memcached) if enabled in the values. Complete Configuration can be taken from their website.
## @param memcached.service.port Port for Memcached
memcached:
enabled: true
enabled: false
service:
port: 11211
@@ -413,7 +418,7 @@ memcached:
## @param postgresql.global.postgresql.servicePort PostgreSQL port (overrides service.port)
## @param postgresql.persistence.size PVC Storage Request for PostgreSQL volume
postgresql:
enabled: true
enabled: false
global:
postgresql:
postgresqlDatabase: gitea