init: 폴더구조 설계 및 인프라 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:31:53 +09:00
parent 34ad612281
commit f9c463f87a
1839 changed files with 323096 additions and 1 deletions
+39
View File
@@ -0,0 +1,39 @@
defaultVaultConnection:
enabled: false
controller:
# VSO 는 mnt namespace 에 설치되고 mnt 는 PSS restricted enforce 상태이므로
# chart 의 Operator Pod 도 Restricted 프로필을 만족해야 한다.
podSecurityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
manager:
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
kubeRbacProxy:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
# kubeRBACProxy : metrics 접근 제어