- Added ingress.yaml for code-server, kubernetes-dashboard, and umami - Updated kustomization files to include ingress resources - Migrated from centralized ingress management to per-app architecture
9 lines
230 B
YAML
9 lines
230 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
|
|
# - argocd/umami.yaml
|
|
- vault/umami-password.yaml
|
|
- ingress.yaml
|