新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
18
learn/learn-kubernetes-master/kiamol/ch10/pi/values.yaml
Normal file
18
learn/learn-kubernetes-master/kiamol/ch10/pi/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user