diff --git a/kubernetes/cluster-0/apps/development/drone/helm-release.yaml b/kubernetes/cluster-0/apps/development/drone/helm-release.yaml index 66725b1d6..b40615f45 100644 --- a/kubernetes/cluster-0/apps/development/drone/helm-release.yaml +++ b/kubernetes/cluster-0/apps/development/drone/helm-release.yaml @@ -32,7 +32,7 @@ spec: DRONE_GITEA_SERVER: https://gitea.${SECRET_CLUSTER_DOMAIN} DRONE_SERVER_HOST: &host drone.${SECRET_CLUSTER_DOMAIN} 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_USER_CREATE: username:context,admin:true ingress: @@ -62,4 +62,4 @@ spec: - targetPath: env.DRONE_RPC_SECRET kind: Secret name: drone - valuesKey: DRONE_RPC_SECRET \ No newline at end of file + valuesKey: DRONE_RPC_SECRET diff --git a/kubernetes/cluster-0/apps/development/gitea/helm-release.yaml b/kubernetes/cluster-0/apps/development/gitea/helm-release.yaml index acb9f08b6..f587c3bec 100644 --- a/kubernetes/cluster-0/apps/development/gitea/helm-release.yaml +++ b/kubernetes/cluster-0/apps/development/gitea/helm-release.yaml @@ -79,6 +79,8 @@ spec: MAILER_TYPE: smtp HOST: smtp-relay.default:2525 FROM: "Gitea " + webhook: + ALLOWED_HOST_LIST: drone.default.svc # openid: # ENABLE_OPENID_SIGNIN: false # ENABLE_OPENID_SIGNUP: true