🔧 drone webhooks

This commit is contained in:
auricom
2022-11-23 01:34:08 +01:00
parent 6ea4e035e9
commit e4ced23972
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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