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 ## @param deployment.annotations Annotations for the Gitea deployment to be created
deployment: deployment:
env: env:
[] - name: ALLOWED_HOST_LIST
# - name: VARIABLE value: external,loopback,private
# value: my-value
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
labels: {} labels: {}
annotations: {} annotations: {}

View File

@@ -194,7 +194,7 @@ spec:
env: env:
WOODPECKER_ADMIN: "woodpecker,admin,gitea_admin,mthomson" WOODPECKER_ADMIN: "woodpecker,admin,gitea_admin,mthomson"
WOODPECKER_HOST: "https://woodpecker.michaelthomson.dev" 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: "true"
WOODPECKER_GITEA_URL: "https://gitea.michaelthomson.dev" WOODPECKER_GITEA_URL: "https://gitea.michaelthomson.dev"
WOODPECKER_GITEA_CLIENT: "93262b6f-e472-4ba5-b28e-3b9aa3de30f6" WOODPECKER_GITEA_CLIENT: "93262b6f-e472-4ba5-b28e-3b9aa3de30f6"