NamespaceManagement_Networks_Edges_HAProxyConfig

NamespaceManagement_Networks_Edges_HAProxyConfig
NamespaceManagement_Networks_Edges_HAProxyConfig

HAProxyConfig structure describes configuration for the HAProxy Load Balancer.

JSON Example
{
    "servers": [
        {
            "host": "string",
            "port": 0
        }
    ],
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string"
}
servers
Required

HAProxyConfig.servers is a list of the addresses for the data plane API servers used to configure Virtual Servers.

string
username
Required

HAProxyConfig.username is used by the HAProxy Kubernetes Operator to program the HAProxy Controller.

string As password
password
Required

HAProxyConfig.password secures the HAProxyConfig.username.

string
certificate_authority_chain
Required

HAProxyConfig.certificate-authority-chain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.