Skip to content

Commit 8dfff99

Browse files
Merge pull request #129 from numtide/fixing-all-samples
Fixing all samples to ensure they work and all pods come up successfully
2 parents e591466 + 0616289 commit 8dfff99

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/numtide/multigres-operator
8-
newTag: 06812cc-dirty
8+
newTag: e591466-dirty

config/samples/external-etcd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
replicas: 3
3939
storage:
4040
size: "1Gi"
41-
class: "standard-gp3"
41+
class: "standard"
4242
multigateway:
4343
replicas: 2
4444
---

config/samples/templates/cell.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ spec:
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:

config/samples/templates/core.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

config/samples/templates/shard.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)