You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
846 B
43 lines
846 B
## 오프라인 환경에서 rancher의 기본 registry 설정
|
|
# systemDefaultRegistry: paasup.io
|
|
# rancherImage: paasup.io/rancher/rancher
|
|
|
|
## ingress 설정
|
|
hostname: rancher.example.org
|
|
ingress:
|
|
enable: true
|
|
tls:
|
|
source: secret
|
|
secretName: rancher-tls-ingress
|
|
extraAnnotations:
|
|
konghq.com/connect-timeout: "30000"
|
|
konghq.com/read-timeout: "1800000"
|
|
konghq.com/write-timeout: "1800000"
|
|
# cert-manager 사용시
|
|
cert-manager.io/cluster-issuer: "selfsigned-issuer"
|
|
cert-manager.io/duration: 8760h
|
|
cert-manager.io/renew-before: 720h
|
|
|
|
|
|
# 사설 인증서 사용시 true
|
|
privateCA: true
|
|
|
|
replicas: 1
|
|
|
|
tolerations: []
|
|
|
|
nodeSelector: {}
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 500Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 1000Mi
|
|
|
|
extraEnv:
|
|
- name: TZ
|
|
value: Asia/Seoul
|
|
|
|
preinstallHook: true
|
|
|