cert-manager/internal/apis/config/webhook/v1alpha1/testdata/defaults.json
Richard Wall e21a57a88c Enable metrics server on the webhook
Signed-off-by: Richard Wall <richard.wall@venafi.com>
2024-07-19 17:04:52 +01:00

32 lines
519 B
JSON

{
"securePort": 6443,
"healthzPort": 6080,
"tlsConfig": {
"filesystem": {},
"dynamic": {
"leafDuration": "168h0m0s"
}
},
"enablePprof": false,
"pprofAddress": "localhost:6060",
"logging": {
"format": "text",
"flushFrequency": "5s",
"verbosity": 0,
"options": {
"text": {
"infoBufferSize": "0"
},
"json": {
"infoBufferSize": "0"
}
}
},
"metricsListenAddress": "0.0.0.0:9402",
"metricsTLSConfig": {
"filesystem": {},
"dynamic": {
"leafDuration": "168h0m0s"
}
}
}