summaryrefslogtreecommitdiff
path: root/f3s/radicale
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-15 12:21:43 +0200
committerPaul Buetow <paul@buetow.org>2026-01-15 12:21:43 +0200
commitd09bb8fae62cce2ea5dc49e75b7b14c33ccf6907 (patch)
tree980b6c2ba36a4fdc4fd7def10769d39f525db40c /f3s/radicale
parent3161c96bd92f5a2c5af68d5c3d7164007fed98a1 (diff)
Disable Prometheus scraping of radicale service - add prometheus.io/scrape=false annotation and rename port to http
Diffstat (limited to 'f3s/radicale')
-rw-r--r--f3s/radicale/helm-chart/templates/deployment.yaml4
1 files changed, 3 insertions, 1 deletions
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