Skip to content

Commit

Permalink
fix: Fixed probes in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Aug 21, 2024
1 parent be19d44 commit 738c6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudflare-ddns-update/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudflare-ddns-update/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 738c6b6

Please sign in to comment.