REFACTOR(umami): consolidate ingress into helm values

- Remove separate ingress manifests
- Define ingress directly in helm-values.yaml
- Remove kustomization ingress reference
This commit is contained in:
2026-01-10 17:39:36 +09:00
parent a2e882853e
commit e5da6a1012
3 changed files with 18 additions and 111 deletions

View File

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