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:
zhenyus 2025-08-04 10:20:46 +08:00
parent 9118740a6a
commit eab393d580

View File

@ -546,7 +546,7 @@ gitea:
- name: GITEA__SERVICE__DISABLE_REGISTRATION - name: GITEA__SERVICE__DISABLE_REGISTRATION
value: "true" value: "true"
- name: GITEA__WEBHOOK__ALLOWED_HOST_LIST - 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 ## @param gitea.podAnnotations Annotations for the Gitea pod
podAnnotations: {} podAnnotations: {}