Peter Kurfer
2578e6951d
All checks were successful
continuous-integration/drone/push Build is passing
42 lines
No EOL
973 B
YAML
42 lines
No EOL
973 B
YAML
image:
|
|
tag: 2.20.0
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
gethomepage.dev/description: CI/CD system
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/group: Apps
|
|
gethomepage.dev/icon: drone.png
|
|
gethomepage.dev/name: Drone CI/CD
|
|
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 |