REFACTOR(minio): integrate API ingress

- Add API ingress (s3.minio0213.kro.kr) to helm-values.yaml
- Move storage-class.yaml, persistent-volumes.yaml to manifests/
- Move console-deployment.yaml to manifests/
- Create console-ingress.yaml in manifests/ for custom console
This commit is contained in:
2026-01-06 15:12:52 +09:00
parent 6a13a52924
commit c46de7c16e
6 changed files with 16 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- storage-class.yaml
- persistent-volumes.yaml
- vault/minio-root-password.yaml
- ingress.yaml
- console-deployment.yaml
- manifests/storage-class.yaml
- manifests/persistent-volumes.yaml
- manifests/console-deployment.yaml
- manifests/console-ingress.yaml