cert-manager/internal/apis/config/webhook/v1alpha1/testdata/defaults.json
Tim Ramlot 60324bcb5e
Add support for duration values in "Go time.ParseDuration" format.
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-05-14 17:31:23 +02:00

25 lines
382 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"
}
}
}
}