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 5757 # optional: false
5858 resources :
5959 limits :
60- memory : " 12G "
61- cpu : " 3 .5"
60+ memory : " 25G "
61+ cpu : " 7 .5"
6262 # requests:
6363 # ephemeral-storage: 25Gi
6464 ports :
6767 - containerPort : 9946
6868 - containerPort : 30333
6969 - 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
7277 volumeClaimTemplates :
7378 - metadata :
7479 name : md5-collator-archive-1-pvc
7984 resources :
8085 requests :
8186 storage : 1Ti
82- storageClassName : standard
87+ storageClassName : standard-rwo
8388---
8489apiVersion : v1
8590kind : Service
Original file line number Diff line number Diff line change 5151 # optional: false
5252 resources :
5353 limits :
54- memory : " 6G "
55- cpu : " 2 "
54+ memory : " 12G "
55+ cpu : " 3.5 "
5656 # requests:
5757 # ephemeral-storage: 25Gi
5858 ports :
You can’t perform that action at this time.
0 commit comments