Scale down backend deployment replicas to 0 in Notes app configuration

This commit is contained in:
emelinda 2026-04-17 12:12:51 +03:00
parent f8dcdfb810
commit 3a2a76fbfe

View File

@ -7,7 +7,7 @@ metadata:
labels:
app: backend
spec:
replicas: 2
replicas: 0
selector:
matchLabels:
app: backend