Add custom-values.yaml, README.md
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Global 설정
|
||||
defaultImageRegistry: "" # paasup.io (오프라인 환경에서 설정)
|
||||
defaultImageRepository: "strimzi"
|
||||
defaultImageTag: "0.47.0"
|
||||
|
||||
# Operator 기본 설정
|
||||
replicas: 1
|
||||
watchNamespaces: []
|
||||
watchAnyNamespace: true
|
||||
|
||||
# 로그 설정
|
||||
logLevel: INFO
|
||||
logConfiguration: ""
|
||||
|
||||
# 타임아웃 설정
|
||||
fullReconciliationIntervalMs: 120000
|
||||
operationTimeoutMs: 300000
|
||||
|
||||
# 리소스 설정
|
||||
resources:
|
||||
limits:
|
||||
memory: 384Mi
|
||||
cpu: 1000m
|
||||
requests:
|
||||
memory: 384Mi
|
||||
cpu: 200m
|
||||
|
||||
# 환경 변수 (선택사항)
|
||||
extraEnvs: []
|
||||
# extraEnvs:
|
||||
# - name: JAVA_OPTS
|
||||
# value: "-Xms256m -Xmx256m"
|
||||
|
||||
Reference in New Issue
Block a user