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

@@ -27,7 +27,24 @@ envFrom:
name: umami-password
ingress:
enabled: false # Will use our main ingress
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: umami0213.kro.kr
paths:
- path: /
pathType: Prefix
- host: www.umami0213.kro.kr
paths:
- path: /
pathType: Prefix
tls:
- secretName: umami-tls
hosts:
- umami0213.kro.kr
- www.umami0213.kro.kr
service:
type: ClusterIP