mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 drone webhooks
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
|||||||
DRONE_GITEA_SERVER: https://gitea.${SECRET_CLUSTER_DOMAIN}
|
DRONE_GITEA_SERVER: https://gitea.${SECRET_CLUSTER_DOMAIN}
|
||||||
DRONE_SERVER_HOST: &host drone.${SECRET_CLUSTER_DOMAIN}
|
DRONE_SERVER_HOST: &host drone.${SECRET_CLUSTER_DOMAIN}
|
||||||
DRONE_SERVER_PROTO: https
|
DRONE_SERVER_PROTO: https
|
||||||
DRONE_SERVER_PROXY_HOST: drone.default.svc
|
DRONE_SERVER_PROXY_HOST: drone.default.svc:8080
|
||||||
DRONE_SERVER_PROXY_PROTO: http
|
DRONE_SERVER_PROXY_PROTO: http
|
||||||
DRONE_USER_CREATE: username:context,admin:true
|
DRONE_USER_CREATE: username:context,admin:true
|
||||||
ingress:
|
ingress:
|
||||||
@@ -62,4 +62,4 @@ spec:
|
|||||||
- targetPath: env.DRONE_RPC_SECRET
|
- targetPath: env.DRONE_RPC_SECRET
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: drone
|
name: drone
|
||||||
valuesKey: DRONE_RPC_SECRET
|
valuesKey: DRONE_RPC_SECRET
|
||||||
|
@@ -79,6 +79,8 @@ spec:
|
|||||||
MAILER_TYPE: smtp
|
MAILER_TYPE: smtp
|
||||||
HOST: smtp-relay.default:2525
|
HOST: smtp-relay.default:2525
|
||||||
FROM: "Gitea <gitea@${SECRET_DOMAIN}>"
|
FROM: "Gitea <gitea@${SECRET_DOMAIN}>"
|
||||||
|
webhook:
|
||||||
|
ALLOWED_HOST_LIST: drone.default.svc
|
||||||
# openid:
|
# openid:
|
||||||
# ENABLE_OPENID_SIGNIN: false
|
# ENABLE_OPENID_SIGNIN: false
|
||||||
# ENABLE_OPENID_SIGNUP: true
|
# ENABLE_OPENID_SIGNUP: true
|
||||||
|
Reference in New Issue
Block a user