infrastructure/k8s/roles/drone/templates/values.drone.yml.j2
Peter Kurfer cd8229fb3d
All checks were successful
continuous-integration/drone/push Build is passing
chore: update apps
- update KeyDB
- update NextCloud
- update  Forgejo
- add Redis to NocoDB
2023-10-20 14:42:23 +02:00

36 lines
No EOL
770 B
Django/Jinja

image:
tag: 2.20.0
ingress:
enabled: true
hosts:
- host: drone.icb4dc0.de
paths:
- path: /
pathType: Prefix
service:
port: 8080
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