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: labels:
app: backend app: backend
spec: spec:
replicas: 2 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: backend app: backend