mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
13 lines
279 B
YAML
13 lines
279 B
YAML
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- host: drone.khuedoan.com
|
|
paths:
|
|
- "/"
|
|
env:
|
|
DRONE_RPC_SECRET: "xxx"
|
|
DRONE_SERVER_HOST: "drone.khuedoan.com"
|
|
DRONE_GITEA_CLIENT_ID: "xxx"
|
|
DRONE_GITEA_CLIENT_SECRET: "xxx"
|
|
DRONE_GITEA_SERVER: "http://git.khuedoan.com"
|