khuedoan-homelab/platform/drone-values.yaml

13 lines
279 B
YAML
Raw Normal View History

2020-12-03 23:56:44 +07:00
ingress:
enabled: true
hosts:
- host: drone.khuedoan.com
paths:
- "/"
2020-11-28 15:27:05 +07:00
env:
2020-12-03 23:56:44 +07:00
DRONE_RPC_SECRET: "xxx"
2020-11-28 15:27:05 +07:00
DRONE_SERVER_HOST: "drone.khuedoan.com"
2020-12-03 23:56:44 +07:00
DRONE_GITEA_CLIENT_ID: "xxx"
DRONE_GITEA_CLIENT_SECRET: "xxx"
DRONE_GITEA_SERVER: "http://git.khuedoan.com"