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