34 lines
604 B
YAML
34 lines
604 B
YAML
# 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"
|
|
|