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

35 lines
889 B
YAML
Raw Normal View History

2024-07-25 13:04:25 +02:00
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
2024-07-25 13:13:51 +02:00
servicePort: 80
2024-07-25 13:50:51 +02:00
tls:
- hosts:
- woodpecker.ar21.de
secretName: woodpecker-tls-key
2024-07-25 13:04:25 +02:00
statefulSet:
2024-07-27 10:55:29 +02:00
replicaCount: 1
2024-07-25 13:04:25 +02:00
env:
WOODPECKER_ADMIN: 'aaron'
WOODPECKER_HOST: 'https://woodpecker.ar21.de'
WOODPECKER_OPEN: true
WOODPECKER_FORGEJO: true
2024-07-25 14:22:38 +02:00
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
2024-07-25 14:32:48 +02:00
extraSecretNamesForEnvFrom:
- woodpecker-forgejo
agent:
2024-07-25 14:25:13 +02:00
extraSecretNamesForEnvFrom:
2024-07-27 11:02:02 +02:00
- woodpecker-forgejo
replicaCount: 3
env:
WOODPECKER_MAX_WORKFLOWS: 2