Fix kustomization: remove merge conflicts, fix paths, add gateway resource
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user