refactor: 폴더 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-02 00:22:19 +09:00
parent f9c463f87a
commit be2f8e4863
1869 changed files with 4565 additions and 295591 deletions
@@ -0,0 +1,32 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: mnt
resources:
- ../../base
- networkpolicy.yaml
patches:
- target:
group: minio.min.io
version: v2
kind: Tenant
name: minio
patch: |-
- op: replace
path: /spec/certConfig/dnsNames
value:
- minio
- minio-hl
- minio.mnt.svc.cluster.local
- "*.minio-hl.mnt.svc.cluster.local"
- op: replace
path: /spec/requestAutoCert
value: false
- op: replace
path: /spec/pools/0/volumesPerServer
value: 1
- op: replace
path: /spec/pools/0/volumeClaimTemplate/spec/storageClassName
value: local-path