Reduce frontend deployment replicas from 2 to 1 in Notes app configuration

This commit is contained in:
emelinda 2026-04-17 12:01:32 +03:00
parent 08e8cd9fef
commit 930fbc5044

View File

@ -7,7 +7,7 @@ metadata:
labels: labels:
app: frontend app: frontend
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: frontend app: frontend