Skip to content

Commit

Permalink
Merge pull request #152 from antkey1/jibri-taints-tolerations
Browse files Browse the repository at this point in the history
Add Jibri nodeSelector taints tolerations values
  • Loading branch information
spijet authored Dec 30, 2024
2 parents 2da929c + d8c6a7b commit dd94321
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/jibri/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,16 @@ spec:
sizeLimit: {{ .Values.jibri.shm.size | default "2Gi" | quote }}
{{- end }}
{{- end }}
{{- with .Values.jibri.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.jibri.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.jibri.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ jibri:
| jq '"\(.status.health.healthStatus) \(.status.busyStatus)"'
| grep -qP 'HEALTHY (IDLE|BUSY)'
nodeSelector: {}
tolerations: []
affinity: {}
extraEnvs: {}

## Override the image-provided configuration files:
Expand Down

0 comments on commit dd94321

Please sign in to comment.