Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit e4e5db1

Browse files
sadlerappmacik
authored andcommitted
Use fewer pod replicas in testing deployments (redhat-developer#1207)
We don't need the resiliancy of 3 replicas for generic-test-app deployments during acceptance tests. Explicitly set `replicas: 1` in our deployments to reduce pod utilization. Signed-off-by: Andy Sadler <[email protected]> Signed-off-by: Andy Sadler <[email protected]>
1 parent 347af23 commit e4e5db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/features/steps/openshift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self):
101101
labels:
102102
app: myapp
103103
spec:
104-
replicas: 3
104+
replicas: 1
105105
selector:
106106
matchLabels:
107107
app: myapp

0 commit comments

Comments
 (0)