Skip to content

Commit 7f4e1ef

Browse files
committed
Test replica count override in live_example_dev
By default the replica count is 2. Check whether overriding in an instance works.
1 parent 1dcc07f commit 7f4e1ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)