Add custom files

This commit is contained in:
wbsong111
2024-11-25 15:54:18 +09:00
parent 41cb81de75
commit 4841267126
3 changed files with 179 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
## 오프라인 환경에서 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:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
# 사설 인증서 사용시 true
privateCA: true
replicas: 1
tolerations: []
nodeSelector: {}
resources:
requests:
cpu: 100m
memory: 500Mi
limits:
cpu: 1000m
memory: 1000Mi
extraEnv:
- name: TZ
value: Asia/Seoul