apiVersion: v1 kind: Pod metadata: name: nginx-numeric-toleration labels: env: test spec: containers: - name: nginx image: nginx imagePullPolicy: IfNotPresent tolerations: - key: "servicelevel.organization.example/agreed-service-level" operator: "Gt" value: "900" effect: "NoSchedule"