Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
我觉得一般的情况都是通过 ingress 访问 portal 的,ingress 一般都是直接访问 pod 的 ip 端口而不是通过 service 访问后端 pod,所以 sessionAffinity: ClientIP 这个参数在 ingress 访问下没法实现会话保持,建议 session 没有共享到 memcache,redis 啥的之前,portal 保持一个副本。
  • Loading branch information
WisWang authored and nobodyiam committed Nov 5, 2020
1 parent fa92051 commit 942be32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/helm/apollo-portal/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apollo-portal
fullNameOverride: ""
replicaCount: 2
replicaCount: 1
containerPort: 8070
image:
repository: apolloconfig/apollo-portal
Expand Down Expand Up @@ -64,4 +64,4 @@ portaldb:
enabled: false
fullNameOverride: ""
port: 3306
type: ClusterIP
type: ClusterIP

0 comments on commit 942be32

Please sign in to comment.