From b5a79e80912babdf65c07ec847801967c76cf589 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 16 May 2026 19:46:56 -0300 Subject: [PATCH] monitoring: keep quality gateway on stable workers --- .../platform-quality-gateway-deployment.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/services/monitoring/platform-quality-gateway-deployment.yaml b/services/monitoring/platform-quality-gateway-deployment.yaml index b5be0733..651fb484 100644 --- a/services/monitoring/platform-quality-gateway-deployment.yaml +++ b/services/monitoring/platform-quality-gateway-deployment.yaml @@ -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 -