mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
remove path duplication from deployment-streaming for new values
This commit is contained in:
parent
c9231445a9
commit
fc817e84b6
|
@ -62,17 +62,17 @@ spec:
|
|||
- name: streaming
|
||||
containerPort: {{ .Values.mastodon.streaming.port }}
|
||||
protocol: TCP
|
||||
{{- if .Values.mastodon.streaming.livenessProbe }}
|
||||
{{- with .Values.mastodon.streaming.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.mastodon.streaming.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.mastodon.streaming.readinessProbe }}
|
||||
{{- with .Values.mastodon.streaming.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.mastodon.streaming.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.mastodon.streaming.startupProbe }}
|
||||
{{- with .Values.mastodon.streaming.startupProbe }}
|
||||
startupProbe:
|
||||
{{- toYaml .Values.mastodon.streaming.startupProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with (default .Values.resources .Values.mastodon.streaming.resources) }}
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue
Block a user