File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 57
57
# optional: false
58
58
resources :
59
59
limits :
60
- memory : " 12G "
61
- cpu : " 3 .5"
60
+ memory : " 25G "
61
+ cpu : " 7 .5"
62
62
# requests:
63
63
# ephemeral-storage: 25Gi
64
64
ports :
67
67
- containerPort : 9946
68
68
- containerPort : 30333
69
69
- containerPort : 40333
70
- # nodeSelector:
71
- # node.kubernetes.io/instance-type: c6id.2xlarge
70
+ nodeSelector :
71
+ cloud.google.com/gke-nodepool : hashed-systems-node-pool-hp
72
+ tolerations :
73
+ - key : special
74
+ operator : Equal
75
+ value : hp
76
+ effect : NoSchedule
72
77
volumeClaimTemplates :
73
78
- metadata :
74
79
name : md5-collator-archive-1-pvc
79
84
resources :
80
85
requests :
81
86
storage : 1Ti
82
- storageClassName : standard
87
+ storageClassName : standard-rwo
83
88
---
84
89
apiVersion : v1
85
90
kind : Service
Original file line number Diff line number Diff line change 51
51
# optional: false
52
52
resources :
53
53
limits :
54
- memory : " 6G "
55
- cpu : " 2 "
54
+ memory : " 12G "
55
+ cpu : " 3.5 "
56
56
# requests:
57
57
# ephemeral-storage: 25Gi
58
58
ports :
You can’t perform that action at this time.
0 commit comments