Compare commits
1 Commits
410e87d127
...
5de5270b73
| Author | SHA1 | Date | |
|---|---|---|---|
| 5de5270b73 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user