Skip to content

Commit

Permalink
update default replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD committed Mar 23, 2020
1 parent 4f31923 commit 7ed7690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aliyun/manifests/db.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
nodeSelector:
dedicated: TIDB_CLUSTER_NAME-pd
podSecurityContext: {}
replicas: 1
replicas: 3
requests:
cpu: "1"
memory: 400Mi
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
value: "75"
- name: net.core.somaxconn
value: "32768"
replicas: 1
replicas: 2
requests:
cpu: "1"
memory: 400Mi
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
- name: net.core.somaxconn
value: "32768"
privileged: false
replicas: 1
replicas: 3
requests:
cpu: "1"
memory: 2Gi
Expand Down

0 comments on commit 7ed7690

Please sign in to comment.