add woodpecker-deployment
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
ci/woodpecker/pr/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-04 19:04:36 +02:00
parent a9a7322c35
commit 1bbb031551
Signed by: aaron
GPG key ID: 643004654D40D577
5 changed files with 173 additions and 0 deletions

View file

@ -0,0 +1,35 @@
server:
ingress:
# -- Enable the ingress for the server component
enabled: true
# -- Add annotations to the ingress
annotations:
# kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
hosts:
- host: woodpecker.ar21.de
paths:
- path: /
backend:
serviceName: woodpecker-svc
servicePort: 80
tls:
- hosts:
- woodpecker.ar21.de
secretName: woodpecker-tls-key
statefulSet:
replicaCount: 1
env:
WOODPECKER_ADMIN: 'aaron'
WOODPECKER_HOST: 'https://woodpecker.ar21.de'
WOODPECKER_OPEN: true
WOODPECKER_FORGEJO: true
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
extraSecretNamesForEnvFrom:
- woodpecker-forgejo
agent:
extraSecretNamesForEnvFrom:
- woodpecker-forgejo
replicaCount: 3
env:
WOODPECKER_MAX_WORKFLOWS: 2