diff options
| -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 |
