This commit is contained in:
2024-02-20 17:15:27 +08:00
committed by huty
parent 6706e1a633
commit 34158042ad
1529 changed files with 177765 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# number of app Pods to run
replicaCount: 2
# type of the app Service:
serviceType: LoadBalancer
# settings for vweb
vweb:
# whether to deploy vweb
enabled: false
# settings for the reverse proxy
proxy:
# whether to deploy the proxy
enabled: false
# name of the app Service to proxy
upstreamToProxy: "{{ .Release.Name }}-web"
# port of the proxy Service
servicePort: 8030
# number of proxy Pods to run
replicaCount: 2