Added tolerations for GPU worker

This commit is contained in:
Eric Meehan 2025-07-23 08:55:16 -04:00
parent 410e87d127
commit 5de5270b73

View File

@ -45,6 +45,24 @@
activeRecordEncryptionPrimaryKey: "{{ mastodon_active_record_encryption_primary_key }}"
useSecureWebSocket: true
s3AliasHost: minio.eom.dev/mastodon
web:
tolerations:
- key: specialResources
operator: Equal
value: GPU
effect: NoSchedule
sidekiq:
tolerations:
- key: specialResources
operator: Equal
value: GPU
effect: NoSchedule
streaming:
tolerations:
- key: specialResources
operator: Equal
value: GPU
effect: NoSchedule
extraConfig:
LDAP_ENABLED: "true"
LDAP_HOST: openldap.openldap.svc.cluster.local