Added tolerations for GPU worker
This commit is contained in:
parent
410e87d127
commit
5de5270b73
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user