Change chart directory structure
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
## 오프라인 환경에서 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
|
||||
Reference in New Issue
Block a user