- 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
9 lines
244 B
YAML
9 lines
244 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- vault/minio-root-password.yaml
|
|
- manifests/storage-class.yaml
|
|
- manifests/persistent-volumes.yaml
|
|
- manifests/console-deployment.yaml
|
|
- manifests/console-ingress.yaml
|