mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-10 03:58:28 +00:00
28 lines
651 B
JSON
28 lines
651 B
JSON
{
|
|
"admin": {},
|
|
"storage": { "module": "secret_store", "namespace": "", "leaseId": "" },
|
|
"apps": {
|
|
"http": {
|
|
"servers": {
|
|
"ingress_server": {
|
|
"listen": [":80", ":443"],
|
|
"tls_connection_policies": [{}],
|
|
"automatic_https": {}
|
|
},
|
|
"metrics_server": {
|
|
"listen": [":9765"],
|
|
"routes": [
|
|
{
|
|
"match": [{ "path": ["/healthz"] }],
|
|
"handle": [{ "handler": "static_response", "status_code": 200 }]
|
|
}
|
|
],
|
|
"automatic_https": { "disable": true }
|
|
}
|
|
}
|
|
},
|
|
"tls": {}
|
|
},
|
|
"logging": {}
|
|
}
|