Skip to content

Commit

Permalink
Merge pull request #11 from devops-consultants/home-assistant
Browse files Browse the repository at this point in the history
fix: updated liveness/readiness probes
  • Loading branch information
robcoward authored Aug 14, 2024
2 parents dd2799b + 99eae5d commit b9705bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: home-assistant
description: A Helm chart for Home-Assistant
type: application
version: 0.1.4
version: 0.1.5
appVersion: "2023.11"
maintainers:
- name: devops-consultants
10 changes: 4 additions & 6 deletions charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,11 @@ resources:
# memory: 128Mi

livenessProbe:
httpGet:
path: /
port: http
tcpSocket:
port: 8123
readinessProbe:
httpGet:
path: /
port: http
tcpSocket:
port: 8123

# Additional environment variables to set on the output Deployment definition.
extraEnv: {}
Expand Down

0 comments on commit b9705bf

Please sign in to comment.