调整v3.2版本容器化部署信息

This commit is contained in:
zengqiao
2022-12-16 13:39:51 +08:00
parent 860d0b92e2
commit edfa6a9f71
10 changed files with 497 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ replicaCount: 2
image:
repository: knowstreaming/knowstreaming-manager
pullPolicy: IfNotPresent
tag: "latest"
tag: "0.7.0"
imagePullSecrets: []
nameOverride: ""
@@ -73,7 +73,7 @@ knowstreaming-web:
image:
repository: knowstreaming/knowstreaming-ui
pullPolicy: IfNotPresent
tag: "latest"
tag: "0.7.0"
service:
type: NodePort
@@ -93,6 +93,7 @@ elasticsearch:
#------------------------------------------------------------------
esClientAddress: 10.96.64.13
esProt: 8061
userPass: "username:password" #ES账号密码如果有账号密码按照username:password 的格式填写,没有则不需要填写
#------------------------------------------------------------------
replicas: 3
minimumMasterNodes: 2