diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index 8cfd8f855b4ab329681ed3a9b591d855940eb146..c452f36ad28e66c08b3880700f4cd0c70f7dc116 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -44,12 +44,12 @@ spec: persistentVolumeClaim: claimName: modeltraining - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: gpu-type - operator: In # Use NotIn for other types - values: - - M40 + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: gpu-type + # operator: In # Use NotIn for other types + # values: + # - M40