Contour is an Ingress controller for Kubernetes that works by deploying the Envoy proxy as a reverse proxy and load balancer. Contour supports dynamic configuration updates out of the box while maintaining a lightweight profile.
spec:
contour:
version: "1.11.0"
tlsMinimumProtocolVersion: "1.3"
httpPort: 80
httpsPort: 443
Flag | Usage |
---|---|
version | The version of contour to be installed. |
tlsMinimumProtocolVersion | The minimum TLS protocol version that is allowed (default "1.2"). |
httpPort | The NodePort exposed for http Ingress. |
httpsPort | The NodePort exposed for https (TLS) Ingress. |