diff --git a/tasks/main.yml b/tasks/main.yml index cb51f12..bdae6f9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,6 +22,22 @@ values: metrics: enabled: true + web: + resources: + requests: + cpu: 0m + memory: 0Mi + limits: + cpu: 2 + memory: 8192Mi + sidekiq: + resources: + requests: + cpu: 0m + memory: 0Mi + limits: + cpu: 2 + memory: 4096Mi initJob: migrateAndCreateAdmin: createAdmin: "{{ create_admin_user }}" @@ -45,24 +61,6 @@ 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