Fix kustomization: remove merge conflicts, fix paths, add gateway resource

This commit is contained in:
Urtzi Alfaro
2026-01-20 21:33:53 +01:00
parent 3b81b5f77e
commit dbf74fc1cb
2 changed files with 78 additions and 12 deletions

View File

@@ -20,6 +20,9 @@ patches:
value: gitea.bakewise.ai
- op: replace
path: /spec/tls/0/hosts/2
value: registry.bakewise.ai
- op: add
path: /spec/tls/0/hosts/-
value: mail.bakewise.ai
- op: replace
path: /spec/tls/0/secretName
@@ -32,10 +35,11 @@ patches:
value: gitea.bakewise.ai
- op: replace
path: /spec/rules/2/host
value: mail.bakewise.ai
value: registry.bakewise.ai
# Mail rule removed - mail ingress is deployed separately via mailu-helm
- op: add
path: /metadata/annotations/nginx.ingress.kubernetes.io~1cors-allow-origin
value: "https://bakewise.ai,https://www.bakewise.ai,https://mail.bakewise.ai"
value: "https://bakewise.ai,https://www.bakewise.ai,https://mail.bakewise.ai,https://registry.bakewise.ai,https://gitea.bakewise.ai"
- op: add
path: /metadata/annotations/nginx.ingress.kubernetes.io~1limit-rps
value: "100"