Compare commits

...

1 Commits

Author SHA1 Message Date
5de5270b73 Added tolerations for GPU worker 2025-07-23 08:55:16 -04:00

View File

@@ -45,6 +45,24 @@
activeRecordEncryptionPrimaryKey: "{{ mastodon_active_record_encryption_primary_key }}" activeRecordEncryptionPrimaryKey: "{{ mastodon_active_record_encryption_primary_key }}"
useSecureWebSocket: true useSecureWebSocket: true
s3AliasHost: minio.eom.dev/mastodon 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: extraConfig:
LDAP_ENABLED: "true" LDAP_ENABLED: "true"
LDAP_HOST: openldap.openldap.svc.cluster.local LDAP_HOST: openldap.openldap.svc.cluster.local