monitoring: keep quality gateway on stable workers

This commit is contained in:
jenkins 2026-05-16 19:46:56 -03:00
parent c404a967d0
commit b5a79e8091

View File

@ -9,6 +9,8 @@ metadata:
spec:
replicas: 1
revisionHistoryLimit: 3
strategy:
type: Recreate
selector:
matchLabels:
app: platform-quality-gateway
@ -25,7 +27,14 @@ spec:
- key: kubernetes.io/hostname
operator: NotIn
values:
- titan-07
- titan-11
- titan-22
- titan-24
- key: hardware
operator: In
values:
- rpi5
containers:
- name: pushgateway
image: prom/pushgateway:v1.11.2
@ -63,4 +72,3 @@ spec:
- name: data
persistentVolumeClaim:
claimName: platform-quality-gateway-data