diff --git a/charts/cloudflare-ddns-update/Chart.yaml b/charts/cloudflare-ddns-update/Chart.yaml index 04be65b..031790c 100644 --- a/charts/cloudflare-ddns-update/Chart.yaml +++ b/charts/cloudflare-ddns-update/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cloudflare-ddns-update description: A Helm chart to provide a Dyn v3 API to manage records in cloudflare type: application -version: 0.1.1 +version: 0.1.2 appVersion: "v0.1.0" home: "https://github.com/dploeger/cloudflare-ddns-update" sources: diff --git a/charts/cloudflare-ddns-update/templates/deployment.yaml b/charts/cloudflare-ddns-update/templates/deployment.yaml index 629c91a..c5a2a84 100644 --- a/charts/cloudflare-ddns-update/templates/deployment.yaml +++ b/charts/cloudflare-ddns-update/templates/deployment.yaml @@ -39,11 +39,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /health port: http readinessProbe: httpGet: - path: / + path: /health port: http env: - name: CLOUDFLARE_ZONE