rancher-partner-charts/charts/f5/nginx-ingress/values-icp.yaml

17 lines
392 B
YAML

controller:
kind: daemonset
nginxplus: true
image:
repository: mycluster.icp:8500/kube-system/nginx-plus-ingress
tag: "2.4.2"
nodeSelector:
beta.kubernetes.io/arch: "amd64"
proxy: true
terminationGracePeriodSeconds: 60
tolerations:
- key: "dedicated"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"