File tree Expand file tree Collapse file tree 5 files changed +23
-23
lines changed
Expand file tree Collapse file tree 5 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : controller
77 newName : ghcr.io/numtide/multigres-operator
8- newTag : 06812cc -dirty
8+ newTag : e591466 -dirty
Original file line number Diff line number Diff line change 3838 replicas : 3
3939 storage :
4040 size : " 1Gi"
41- class : " standard-gp3 "
41+ class : " standard"
4242 multigateway :
4343 replicas : 2
4444---
Original file line number Diff line number Diff line change 88 replicas : 2
99 resources :
1010 requests :
11- cpu : " 500m "
12- memory : " 512Mi "
11+ cpu : " 100m "
12+ memory : " 128Mi "
1313 limits :
14- cpu : " 1 "
15- memory : " 1Gi "
14+ cpu : " 200m "
15+ memory : " 256Mi "
1616 affinity :
1717 podAntiAffinity :
1818 preferredDuringSchedulingIgnoredDuringExecution :
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ spec:
1010 replicas : 3
1111 storage :
1212 size : " 10Gi"
13- class : " standard-gp3 "
13+ class : " standard"
1414 resources :
1515 requests :
16- cpu : " 500m "
17- memory : " 1Gi "
16+ cpu : " 100m "
17+ memory : " 128Mi "
1818 limits :
19- cpu : " 1 "
20- memory : " 2Gi "
19+ cpu : " 200m "
20+ memory : " 256Mi "
2121
2222 multiadmin :
2323 replicas : 2
2424 resources :
2525 requests :
26+ cpu : " 100m"
27+ memory : " 128Mi"
28+ limits :
2629 cpu : " 200m"
2730 memory : " 256Mi"
28- limits :
29- cpu : " 500m"
30- memory : " 512Mi"
Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ spec:
1818 type : " readWrite"
1919 replicasPerCell : 2
2020 storage :
21- class : " gp3 "
21+ class : " standard "
2222 size : " 100Gi"
2323 postgres :
2424 resources :
2525 requests :
26- cpu : " 1 "
27- memory : " 2Gi "
26+ cpu : " 100m "
27+ memory : " 256Mi "
2828 limits :
29- cpu : " 2 "
30- memory : " 4Gi "
29+ cpu : " 500m "
30+ memory : " 512Mi "
3131 multipooler :
3232 resources :
3333 requests :
34- cpu : " 500m "
35- memory : " 512Mi "
34+ cpu : " 100m "
35+ memory : " 128Mi "
3636 limits :
37- cpu : " 1 "
38- memory : " 1Gi "
37+ cpu : " 200m "
38+ memory : " 256Mi "
You can’t perform that action at this time.
0 commit comments