3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Give web container time to start (#19828)

This commit is contained in:
Joe Friedl 2022-11-10 13:16:49 -05:00 committed by GitHub
parent 3d9c22eb54
commit 87fca05465

View File

@ -96,13 +96,18 @@ spec:
containerPort: {{ .Values.mastodon.web.port }}
protocol: TCP
livenessProbe:
httpGet:
path: /health
tcpSocket:
port: http
readinessProbe:
httpGet:
path: /health
port: http
startupProbe:
httpGet:
path: /health
port: http
failureThreshold: 30
periodSeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}