From 092d640dd7af5126e030a59aba961b14e6440320 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Wed, 21 Aug 2024 17:16:53 +0200 Subject: [PATCH] fix: Fixed probes in chart --- charts/cloudflare-ddns-update/Chart.yaml | 2 +- charts/cloudflare-ddns-update/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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