1
0
Fork 0
forked from infra/ansible

release-monitoring: scale web pods to 3 by default

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-20 08:55:52 -07:00
commit 9ffb23bb35

View file

@ -7,7 +7,7 @@ metadata:
service: web
name: release-monitoring-web
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: release-monitoring-web