Changed runner url to connect cluster internal
This commit is contained in:
@@ -40,7 +40,7 @@ statefulset:
|
||||
replicas: 1
|
||||
timezone: Etc/UTC
|
||||
annotations: {}
|
||||
labels: self-hosted
|
||||
labels: {}
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
@@ -114,7 +114,8 @@ existingSecret: "gitea-token"
|
||||
existingSecretKey: "token"
|
||||
|
||||
## Specify the root URL of the Gitea instance
|
||||
giteaRootURL: "https://gitea.apilab.us"
|
||||
#giteaRootURL: "https://gitea.apilab.us"
|
||||
giteaRootURL: "http://gitea-http.gitea.svc.cluster.local:3000"
|
||||
|
||||
## @section Global
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user