mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-08-07 09:01:29 -04:00
Add runtime class in transcoder chart
This commit is contained in:
parent
8e060f0c55
commit
34148c7634
@ -13,7 +13,7 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.transcoder.replicaCount }}
|
||||
{{- with .Values.transcoder.updateStrategy }}
|
||||
strategy:
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
@ -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: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user