fix: update Gitea webhook allowed host list in values.prod.yaml to include additional service
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
9118740a6a
commit
eab393d580
@ -546,7 +546,7 @@ gitea:
|
||||
- name: GITEA__SERVICE__DISABLE_REGISTRATION
|
||||
value: "true"
|
||||
- name: GITEA__WEBHOOK__ALLOWED_HOST_LIST
|
||||
value: "gitea-webhook-ambassador.freeleaps-devops-system.svc.freeleaps.cluster"
|
||||
value: "gitea-webhook-ambassador.freeleaps-devops-system.svc.freeleaps.cluster,freeleaps-service.freeleaps-prod.svc.freeleaps.cluster"
|
||||
|
||||
## @param gitea.podAnnotations Annotations for the Gitea pod
|
||||
podAnnotations: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user