diff --git a/tasks/main.yml b/tasks/main.yml index fee573d..cb51f12 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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