diff --git a/scrutiny/config.json b/scrutiny/config.json index d6b83ec22..b7c03c221 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -43,8 +43,9 @@ "/dev/nvme2" ], "environment": { - "COLLECTOR_API_ENDPOINT": "http://0.0.0.0:8080", - "SCRUTINY_COLLECTOR": "true" + "SCRUTINY_API_ENDPOINT": "http://localhost:8080", + "SCRUTINY_COLLECTOR": "true", + "SCRUTINY_WEB": "true" }, "ingress": true, "name": "Scrutiny",