Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.27 KB

Traefik

Traefik is a reverse proxy and load balancer that routes incoming requests to the correct backend service. It is used as an ingress controller in Kubernetes clusters.

Dependencies

  • Cert Manager
    • Cluster Issuer
    • Cluster Issuer Certificate
      • Its secret must be named cluster-issuer-certificate-tls

Post-build variables

Variable Description Default Required
cluster_domain The domain of the cluster ""
traefik_ingress_load_balancer_ip The IP address of the load balancer ""
traefik_service_type The service to provide ingressing for (LoadBalancer or ClusterIP) LoadBalancer

Custom Resources