23 lines
No EOL
631 B
YAML
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 |