From 8877083daaa9112223e3f9c24c7a4cf6dd8e0c58 Mon Sep 17 00:00:00 2001 From: peusebiu Date: Mon, 10 Jul 2023 14:03:59 +0300 Subject: [PATCH] fix: remove config (#1600) remove a config added by mistake Signed-off-by: Petu Eusebiu --- examples/config-metricsbug.json | 121 -------------------------------- 1 file changed, 121 deletions(-) delete mode 100644 examples/config-metricsbug.json diff --git a/examples/config-metricsbug.json b/examples/config-metricsbug.json deleted file mode 100644 index 374a391b..00000000 --- a/examples/config-metricsbug.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "distSpecVersion": "1.1.0-dev", - "extensions": { - "metrics": { - "enable": true, - "prometheus": { - "path": "/metrics" - } - }, - "mgmt": { - "enable": true - }, - "scrub": { - "enable": true, - "interval": "24h" - }, - "search": { - "cve": { - "updateInterval": "2h" - }, - "enable": true - }, - "sync": { - "enable": true, - "registries": [ - { - "content": [ - { - "destination": "/docker.io", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://docker.io/library" - ] - }, - { - "content": [ - { - "destination": "/registry.gitlab.com", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://registry.gitlab.com" - ] - }, - { - "content": [ - { - "destination": "ghcr.io", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://ghcr.io" - ] - }, - { - "content": [ - { - "destination": "/quay.io", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://quay.io" - ] - }, - { - "content": [ - { - "destination": "/gcr.io", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://gcr.io" - ] - }, - { - "content": [ - { - "destination": "/registry.k8s.io", - "prefix": "**" - } - ], - "onDemand": true, - "tlsVerify": true, - "urls": [ - "https://registry.k8s.io" - ] - } - ] - }, - "ui": { - "enable": true - } - }, - "http": { - "address": "0.0.0.0", - "port": "5000" - }, - "log": { - "level": "debug" - }, - "storage": { - "gc": true, - "rootDirectory": "/tmp/zot" - } - }