From 084242746e563073f790ee179045b961a12f0334 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 18 Jan 2026 11:52:36 -0300 Subject: [PATCH] monitoring: keep postmark exporter off titan-22 --- services/monitoring/postmark-exporter-deployment.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/monitoring/postmark-exporter-deployment.yaml b/services/monitoring/postmark-exporter-deployment.yaml index 72972ed..6406224 100644 --- a/services/monitoring/postmark-exporter-deployment.yaml +++ b/services/monitoring/postmark-exporter-deployment.yaml @@ -29,6 +29,15 @@ spec: {{- end -}} bstein.dev/restarted-at: "2026-01-06T00:00:00Z" spec: + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/hostname + operator: NotIn + values: + - titan-22 serviceAccountName: monitoring-vault-sync containers: - name: exporter