diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-15 12:21:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-15 12:21:43 +0200 |
| commit | d09bb8fae62cce2ea5dc49e75b7b14c33ccf6907 (patch) | |
| tree | 980b6c2ba36a4fdc4fd7def10769d39f525db40c /f3s/radicale | |
| parent | 3161c96bd92f5a2c5af68d5c3d7164007fed98a1 (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.yaml | 4 |
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 |
