REFACTOR(umami): move dual ingress to manifests

- Move ingress.yaml to manifests/ (public + protected ingress)
- Keep ingress disabled in helm-values.yaml due to complex routing
This commit is contained in:
2026-01-06 15:13:42 +09:00
parent fb0fb44251
commit 7661427f4b
2 changed files with 1 additions and 1 deletions

View File

@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- vault/umami-password.yaml
- ingress.yaml
- manifests/ingress.yaml