- management - Added ingress files for MinIO (API and Console) and pgweb - Updated kustomization files to include ingress resources - Migrated from centralized ingress management to per-app architecture
10 lines
264 B
YAML
10 lines
264 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
|
|
# - argocd/minio.yaml
|
|
- vault/minio-root-password.yaml
|
|
- ingress-api.yaml
|
|
- ingress-console.yaml
|