From 6bf61966b8a8bfae9668dffcf32585f5d52d6bf2 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 28 May 2024 15:45:50 -0400 Subject: [PATCH] Update weather pod assignment --- Weather/SerialReader/deploy/manifest.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Weather/SerialReader/deploy/manifest.yaml b/Weather/SerialReader/deploy/manifest.yaml index d00095b..06b73eb 100644 --- a/Weather/SerialReader/deploy/manifest.yaml +++ b/Weather/SerialReader/deploy/manifest.yaml @@ -40,11 +40,7 @@ spec: restartPolicy: Always terminationGracePeriodSeconds: 30 dnsPolicy: ClusterFirst - tolerations: - - key: weather - operator: Equal - value: "true" - effect: NoSchedule + nodeName: weather volumeClaimTemplates: - metadata: name: data @@ -114,8 +110,4 @@ spec: restartPolicy: Always terminationGracePeriodSeconds: 30 dnsPolicy: ClusterFirst - tolerations: - - key: "weather" - operator: Equal - value: "true" - effect: NoSchedule \ No newline at end of file + nodeName: weather \ No newline at end of file