deployment.yaml 214 B

12345678910111213
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: samba
  5. spec:
  6. template:
  7. spec:
  8. tolerations:
  9. - key: "unschedulable"
  10. operator: "Equal"
  11. value: "true"
  12. effect: "NoSchedule"