diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 41c1da06..f1fbcd6c 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -58,6 +58,7 @@ A Helm chart for Kubernetes | gitea.gitea.config.openid.ENABLE_OPENID_SIGNIN | bool | `false` | | | gitea.gitea.config.openid.ENABLE_OPENID_SIGNUP | bool | `false` | | | gitea.gitea.config.server.LFS_START_SERVER | bool | `true` | | +| gitea.gitea.config.server.ROOT_URL | string | `"https://gitea.deepcypher.me/"` | | | gitea.gitea.config.server.SHOW_REGISTRATION_BUTTON | bool | `false` | | | gitea.gitea.config.service.DISABLE_REGISTRATION | bool | `true` | | | gitea.gitea.oauth[0].autoDiscoverUrl | string | `"https://auth.deepcypher.me/realms/deepcypher/.well-known/openid-configuration"` | | diff --git a/charts/gitea/values.yaml b/charts/gitea/values.yaml index 22cde068..9b3c8fdc 100644 --- a/charts/gitea/values.yaml +++ b/charts/gitea/values.yaml @@ -22,6 +22,7 @@ gitea: server: LFS_START_SERVER: true SHOW_REGISTRATION_BUTTON: false + ROOT_URL: "https://gitea.deepcypher.me/" metrics: ENABLED: true openid: