Skip to content

Commit 8e36328

Browse files
Decrease number of parser replicas to 4 (#1018)
1 parent c3064ee commit 8e36328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/data-processing/deployments/parser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: etl-parser
55
namespace: default
66
spec:
7-
replicas: 6
7+
replicas: 4
88
selector:
99
matchLabels:
1010
# Used to match pre-existing pods that may be affected during updates.

0 commit comments

Comments
 (0)