2022-12-06 11:45:32 +01:00

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": {}
}