This repository has been archived on 2024-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
woodpecker-deployment/woodpecker/values.yaml
2024-07-25 13:04:25 +02:00

23 lines
No EOL
631 B
YAML

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: *servicePort
statefulSet:
replicaCount: 2
env:
WOODPECKER_ADMIN: 'aaron'
WOODPECKER_HOST: 'https://woodpecker.ar21.de'
WOODPECKER_OPEN: true
WOODPECKER_FORGEJO: true
WOODPECKER_FORGEJO_URL: https://git.ar21.de