helm install traefik

From wikieduonline
Jump to navigation Jump to search

kubectl get jobs -A
NAMESPACE     NAME                       STATUS     COMPLETIONS   DURATION   AGE
kube-system   helm-install-traefik       Complete   1/1           67m        5d14h
kube-system   helm-install-traefik-crd   Complete   1/1           3m13s      5d14h


helm get values -n kube-system traefik
USER-SUPPLIED VALUES:
deployment:
  podAnnotations:
    prometheus.io/port: "8082"
    prometheus.io/scrape: "true"
global:
  systemDefaultRegistry: ""
image:
  repository: rancher/mirrored-library-traefik
  tag: 3.6.9
priorityClassName: system-cluster-critical
providers:
  kubernetesIngress:
    publishedService:
      enabled: true
service:
  ipFamilyPolicy: PreferDualStack
tolerations:
- key: CriticalAddonsOnly
  operator: Exists
- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
  operator: Exists


podDisruptionBudget:
  enabled: true
  minAvailable: 1

See also[edit]

Advertising: