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