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:
Steffen Vogel
2020-10-30 01:08:58 +08:00
committed by luhahn
parent 8f70a4b9a0
commit ed0ce3d192
2 changed files with 8 additions and 6 deletions

View File

@ -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