Files
auricom-home-cluster/cluster/kube-system/metrics-server.yaml
2020-12-03 10:38:52 +01:00

13 lines
244 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: metrics-server
namespace: kube-system
spec:
template:
spec:
tolerations:
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists