Skip to content

Commit

Permalink
Merge pull request #44 from JacekZubielik/esphome
Browse files Browse the repository at this point in the history
Esphome
  • Loading branch information
JacekZubielik authored Jun 4, 2024
2 parents 6a508e4 + fb23b6b commit 95483a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/esphome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2024.5.4
description: ESPHome
name: esphome
version: 0.0.9
version: 0.0.10
keywords:
- esphome
type: application
Expand Down
6 changes: 3 additions & 3 deletions charts/esphome/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
livenessProbe:
tcpSocket:
# path: /ping
port: {{ .Values.service.metricsPort }}
port: {{ .Values.service.httpPort }}
# scheme: {{ .Values.livenessProbe.scheme }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
Expand All @@ -74,7 +74,7 @@ spec:
readinessProbe:
tcpSocket:
# path: /ping
port: {{ .Values.service.metricsPort }}
port: {{ .Values.service.httpPort }}
# scheme: {{ .Values.livenessProbe.scheme }}
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.readinessProbe.timeoutSeconds }}
Expand All @@ -86,7 +86,7 @@ spec:
startupProbe:
tcpSocket:
# path: /ping
port: {{ .Values.service.metricsPort }}
port: {{ .Values.service.httpPort }}
# scheme: {{ .Values.startupProbe.scheme }}
failureThreshold: {{ .Values.startupProbe.failureThreshold }}
periodSeconds: {{ .Values.startupProbe.periodSeconds }}
Expand Down

0 comments on commit 95483a0

Please sign in to comment.