mirror of https://git.rancher.io/charts
27 lines
534 B
YAML
27 lines
534 B
YAML
image:
|
|
repository: rancher/rancher-webhook
|
|
tag: v0.3.6
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
hostNetwork: false
|
|
|
|
capi:
|
|
enabled: false
|
|
port: 8777
|
|
|
|
mcm:
|
|
enabled: true
|
|
|
|
# tolerations for the webhook deployment. See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ for more info
|
|
tolerations: []
|
|
nodeSelector: {}
|
|
|
|
## PriorityClassName assigned to deployment.
|
|
priorityClassName: ""
|
|
|
|
# port assigns which port to use when running rancher-webhook
|
|
port: 9443
|