Skip to content

Commit

Permalink
Add port to all probes
Browse files Browse the repository at this point in the history
  • Loading branch information
PKizzle committed Dec 3, 2023
1 parent b9ee99b commit a23b1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/vaultwarden/templates/_podSpec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ containers:
livenessProbe:
httpGet:
path: /alive
port: http
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
timeoutSeconds: {{ .Values.livenessProbe.timeoutSeconds }}
Expand Down Expand Up @@ -121,6 +122,7 @@ containers:
startupProbe:
httpGet:
path: /alive
port: http
initialDelaySeconds: {{ .Values.startupProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.startupProbe.periodSeconds }}
timeoutSeconds: {{ .Values.startupProbe.timeoutSeconds }}
Expand Down

0 comments on commit a23b1a5

Please sign in to comment.