prometheus operator v0.71.2
PrometheusAgent.spec.initContainers.lifecycle.postStart.httpGet.spec.apiserverConfig.tlsConfig
TLS Config to use for the API server.
| Field / Type | Description |
|---|---|
Certificate authority used when verifying server certificates. | |
caFile | Path to the CA cert in the Prometheus container to use for the targets. |
Client certificate to present when doing client-authentication. | |
certFile | Path to the client cert file in the Prometheus container for the targets. |
insecureSkipVerify | Disable target certificate validation. |
keyFile | Path to the client key file in the Prometheus container for the targets. |
Secret containing the client key file for the targets.
| |
serverName | Used to verify the hostname for the targets. |