mirror of https://github.com/k3s-io/k3s
16 lines
411 B
YAML
16 lines
411 B
YAML
options:
|
|
port:
|
|
type: int
|
|
default: 443
|
|
description: The port to run the loadbalancer
|
|
extra_sans:
|
|
type: string
|
|
default: ""
|
|
description: |
|
|
Space-separated list of extra SAN entries to add to the x509 certificate
|
|
created for the load balancers.
|
|
proxy_read_timeout:
|
|
type: int
|
|
default: 90
|
|
description: Timeout in seconds for reading a response from proxy server.
|