mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
Add runtime class in transcoder chart
This commit is contained in:
@@ -33,6 +33,9 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.transcoder.runtimeClass }}
|
||||
runtimeClassName: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.imagePullSecrets | default .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
@@ -367,6 +367,8 @@ scanner:
|
||||
# scanner deployment configuration
|
||||
transcoder:
|
||||
name: transcoder
|
||||
# can be used if you have a gpu runtime class
|
||||
runtimeClass: ""
|
||||
# kyoo_transcoder container configuration
|
||||
kyoo_transcoder:
|
||||
livenessProbe: {}
|
||||
|
||||
Reference in New Issue
Block a user