From d09bb8fae62cce2ea5dc49e75b7b14c33ccf6907 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 15 Jan 2026 12:21:43 +0200 Subject: Disable Prometheus scraping of radicale service - add prometheus.io/scrape=false annotation and rename port to http --- f3s/radicale/helm-chart/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'f3s') diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml index 725fcba..b7022e5 100644 --- a/f3s/radicale/helm-chart/templates/deployment.yaml +++ b/f3s/radicale/helm-chart/templates/deployment.yaml @@ -55,11 +55,13 @@ kind: Service metadata: labels: app: radicale + annotations: + prometheus.io/scrape: "false" name: radicale-service namespace: services spec: ports: - - name: web + - name: http port: 80 protocol: TCP targetPort: 8080 -- cgit v1.2.3