You've already forked helm-gitea
Make cluster domain configurable (#51)
Merge branch 'master' into cluster-domain Make cluster domain configurable Currently the deployment fails due to a hard-coded cluster domain "cluster.local". Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Steffen Vogel <post@steffenvogel.de> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/51 Reviewed-by: luhahn <luhahn@noreply.gitea.io> Reviewed-by: Andrew Thornton <art27@cantab.net> Co-Authored-By: Steffen Vogel <stv0g@noreply.gitea.io> Co-Committed-By: Steffen Vogel <stv0g@noreply.gitea.io>
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
clusterDomain: cluster.local
|
||||
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
version: 1.12.5
|
||||
@ -149,4 +151,4 @@ mariadb:
|
||||
service:
|
||||
port: 3306
|
||||
persistence:
|
||||
size: 10Gi
|
||||
size: 10Gi
|
||||
|
Reference in New Issue
Block a user