Skip to content

Commit e39cb23

Browse files
committed
feat: DEVOPS-2244 keeping the deployment replicas to 0
1 parent 09b8741 commit e39cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: github-mcp-server
77
spec:
8-
replicas: 1
8+
replicas: 0
99
selector:
1010
matchLabels:
1111
app: github-mcp-server

0 commit comments

Comments
 (0)