- 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
10 lines
256 B
YAML
10 lines
256 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
|
|
# - argocd/code-server.yaml
|
|
- vault/code-server-password.yaml
|
|
- rbac.yaml
|
|
- ingress.yaml
|