mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 12:49:58 +00:00
fix other occurances
This commit is contained in:
@@ -86,11 +86,11 @@ spec:
|
||||
protocol: TCP
|
||||
{{- with .Values.transcoder.kyoo_transcoder.livenessProbe }}
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.transcoder.kyoo_transcoder.livenessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.readinessProbe }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.transcoder.kyoo_transcoder.readinessProbe | nindent 12 }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.resources }}
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user