Changed runner url to connect cluster internal

This commit is contained in:
2025-12-01 10:47:54 +11:00
parent 30f0f2ea91
commit 81679e0e73

View File

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