Compare commits
3 Commits
42dcd5f8ea
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a90d356275 | |||
| 5de5270b73 | |||
| 410e87d127 |
@@ -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 }}"
|
||||
@@ -44,6 +60,7 @@
|
||||
activeRecordEncryptionKeyDerivationSalt: "{{ mastodon_active_record_encryption_key_derivation_salt }}"
|
||||
activeRecordEncryptionPrimaryKey: "{{ mastodon_active_record_encryption_primary_key }}"
|
||||
useSecureWebSocket: true
|
||||
s3AliasHost: minio.eom.dev/mastodon
|
||||
extraConfig:
|
||||
LDAP_ENABLED: "true"
|
||||
LDAP_HOST: openldap.openldap.svc.cluster.local
|
||||
@@ -64,8 +81,6 @@
|
||||
OIDC_CLIENT_ID: "{{ mastodon_google_oidc_client_id }}"
|
||||
OIDC_CLIENT_SECRET: "{{ mastodon_google_oidc_client_secret }}"
|
||||
OIDC_REDIRECT_URI: https://mastodon.eom.dev/auth/auth/openid_connect/callback
|
||||
S3_HOSTNAME: minio.eom.dev
|
||||
S3_BUCKET: mastodon
|
||||
AWS_ACCESS_KEY_ID: "{{ mastodon_minio_access_key }}"
|
||||
AWS_SECRET_ACCESS_KEY: "{{ mastodon_minio_secret_key }}"
|
||||
localDomain: mastodon.eom.dev
|
||||
|
||||
Reference in New Issue
Block a user