infrastructure/k8s/roles/drone/templates/values.drone.yml.j2

33 lines
747 B
Text
Raw Normal View History

2023-05-15 15:34:54 +00:00
image:
tag: 2.17.0
2023-02-22 21:24:44 +00:00
ingress:
enabled: true
hosts:
- host: drone.icb4dc0.de
paths:
- path: /
pathType: Prefix
persistentVolume:
enabled: false
extraSecretNamesForEnvFrom:
- drone-secrets
env:
## REQUIRED: Set the user-visible Drone hostname, sans protocol.
## Ref: https://docs.drone.io/installation/reference/drone-server-host/
##
DRONE_SERVER_HOST: "drone.icb4dc0.de"
DRONE_SERVER_PROTO: https
DRONE_DATABASE_DRIVER: postgres
DRONE_GIT_ALWAYS_AUTH: true
DRONE_S3_ENDPOINT: http://minio.minio.svc.cluster.local:9000
DRONE_S3_BUCKET: drone
DRONE_S3_PATH_STYLE: true
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
DRONE_REDIS_CONNECTION: redis://drone-session-cache-keydb:6379