cka-SVV/taint-toleration.yaml
Alexander van Vugt 47a50a0f7c initial upload
2019-12-04 12:10:43 +01:00

16 lines
269 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: nginx-toleration
labels:
env: test
spec:
containers:
- name: nginx-toleration
image: nginx
imagePullPolicy: IfNotPresent
tolerations:
- key: "example-key"
operator: "Exists"
effect: "NoSchedule"