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 -