提交 942be32d 编写于 作者: H Hongzhi 提交者: Jason Song

Update values.yaml

我觉得一般的情况都是通过 ingress 访问 portal 的,ingress 一般都是直接访问 pod 的 ip 端口而不是通过 service 访问后端 pod,所以 sessionAffinity: ClientIP 这个参数在 ingress 访问下没法实现会话保持,建议 session 没有共享到 memcache,redis 啥的之前,portal 保持一个副本。
上级 fa92051d
name: apollo-portal
fullNameOverride: ""
replicaCount: 2
replicaCount: 1
containerPort: 8070
image:
repository: apolloconfig/apollo-portal
......@@ -64,4 +64,4 @@ portaldb:
enabled: false
fullNameOverride: ""
port: 3306
type: ClusterIP
\ No newline at end of file
type: ClusterIP
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册