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