This commit is contained in:
Michael Thomson
2024-01-15 13:34:29 -05:00
parent d6291525a6
commit 719fc497aa
2 changed files with 3 additions and 4 deletions

View File

@@ -238,9 +238,8 @@ spec:
## @param deployment.annotations Annotations for the Gitea deployment to be created
deployment:
env:
[]
# - name: VARIABLE
# value: my-value
- name: ALLOWED_HOST_LIST
value: external,loopback,private
terminationGracePeriodSeconds: 60
labels: {}
annotations: {}

View File

@@ -194,7 +194,7 @@ spec:
env:
WOODPECKER_ADMIN: "woodpecker,admin,gitea_admin,mthomson"
WOODPECKER_HOST: "https://woodpecker.michaelthomson.dev"
WOODPECKER_WEBHOOK_HOST: "http://woodpecker-server:80"
WOODPECKER_WEBHOOK_HOST: "http://woodpecker-server.woodpecker.svc.cluster.local:80"
WOODPECKER_GITEA: "true"
WOODPECKER_GITEA_URL: "https://gitea.michaelthomson.dev"
WOODPECKER_GITEA_CLIENT: "93262b6f-e472-4ba5-b28e-3b9aa3de30f6"