Skip to content

Commit 31b0a69

Browse files
authored
Merge pull request #16 from appuio/upgrade_v5.1
Change default replica for MG Operator 5.1 to 2
2 parents 273fd30 + 7f4e1ef commit 31b0a69

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

class/defaults.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ parameters:
1313
labels: {}
1414
annotations: {}
1515
gateway: {}
16-
gatewayParameters: {}
16+
gatewayParameters:
17+
spec:
18+
kubernetes:
19+
deployment:
20+
replicas: 2
1721
pdb: {}
1822
redisProvider: {}
1923
sessionHandling: {}

tests/defaults.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ parameters:
105105
topologyKey: kubernetes.io/hostname
106106
nodeSelector:
107107
node-role.kubernetes.io/infra: ""
108-
replicas: 2
109108
redisProvider:
110109
spec:
111110
auth:

tests/golden/live_example_dev/live_example_dev/live_example_dev/debug/vshn-airlock-dev-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ data:
276276
topologyKey: "kubernetes.io/hostname"
277277
nodeSelector:
278278
node-role.kubernetes.io/infra: ""
279-
replicas: 2
279+
replicas: 3
280280
service:
281281
annotations:
282282
k8s.cloudscale.ch/loadbalancer-floating-ips: "[\"46.246.132.110/32\",\"9b2f:7a1c:fad1/128\"]"

tests/golden/live_example_dev/live_example_dev/live_example_dev/vshn-airlock-dev-01/GatewayParameters-vshn-airlock-dev-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
topologyKey: kubernetes.io/hostname
117117
nodeSelector:
118118
node-role.kubernetes.io/infra: ''
119-
replicas: 2
119+
replicas: 3
120120
service:
121121
annotations:
122122
k8s.cloudscale.ch/loadbalancer-floating-ips: '["46.246.132.110/32","9b2f:7a1c:fad1/128"]'

tests/live_example_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ parameters:
214214
topologyKey: kubernetes.io/hostname
215215
nodeSelector:
216216
node-role.kubernetes.io/infra: ''
217-
replicas: 2
217+
replicas: 3
218218
service:
219219
# 1.1.1.1: Jumphost 1
220220
# 1.1.1.2: Jumphost 2

0 commit comments

Comments
 (0)