Skip to content

Commit

Permalink
update default version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangQD committed Mar 23, 2020
1 parent ced10e3 commit ccfa3eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/aws/manifests/db-monitor.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
# requests:
# cpu: 50m
# memory: 64Mi
version: v3.0.11
version: v3.0.12
kubePrometheusURL: ""
nodeSelector: {}
persistent: true
Expand Down
8 changes: 4 additions & 4 deletions deploy/aws/manifests/db.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
nodeSelector:
dedicated: db-pd
podSecurityContext: {}
replicas: 1
replicas: 3
requests:
cpu: "1"
memory: 400Mi
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
value: "75"
- name: net.core.somaxconn
value: "32768"
replicas: 1
replicas: 2
requests:
cpu: "1"
memory: 400Mi
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
dedicated: db-tikv
podSecurityContext: {}
privileged: false
replicas: 1
replicas: 3
requests:
cpu: "1"
memory: 2Gi
Expand All @@ -105,5 +105,5 @@ spec:
operator: Equal
value: db-tikv
timezone: UTC
version: v3.0.11
version: v3.0.12

0 comments on commit ccfa3eb

Please sign in to comment.