diff --git a/mastodon/versions/4/deployment-sidekiq.yaml b/mastodon/versions/4/deployment-sidekiq.yaml index f838c03..2eecb4d 100644 --- a/mastodon/versions/4/deployment-sidekiq.yaml +++ b/mastodon/versions/4/deployment-sidekiq.yaml @@ -143,8 +143,8 @@ spec: mountPath: /opt/mastodon/public/system resources: requests: - cpu: 250m - memory: 512Mi + cpu: 50m + memory: 256Mi limits: memory: 768Mi volumes: diff --git a/mastodon/versions/4/deployment-streaming.yaml b/mastodon/versions/4/deployment-streaming.yaml index dd5c9c9..3fffcf0 100644 --- a/mastodon/versions/4/deployment-streaming.yaml +++ b/mastodon/versions/4/deployment-streaming.yaml @@ -63,7 +63,7 @@ spec: key: redis.password resources: requests: - cpu: 250m + cpu: 50m memory: 128Mi limits: memory: 512Mi diff --git a/mastodon/versions/4/deployment-web.yaml b/mastodon/versions/4/deployment-web.yaml index ef97e6d..9277de2 100644 --- a/mastodon/versions/4/deployment-web.yaml +++ b/mastodon/versions/4/deployment-web.yaml @@ -143,8 +143,8 @@ spec: mountPath: /opt/mastodon/public/system resources: requests: - cpu: 250m - memory: 768Mi + cpu: 50m + memory: 256Mi limits: memory: 1280Mi livenessProbe: diff --git a/mastodon/versions/4/manifest.yaml b/mastodon/versions/4/manifest.yaml index ed1b66d..95266f1 100644 --- a/mastodon/versions/4/manifest.yaml +++ b/mastodon/versions/4/manifest.yaml @@ -1,4 +1,4 @@ -version: 4.5.3-2 +version: 4.5.3-3 requires: - name: postgres - name: redis @@ -9,8 +9,8 @@ defaultConfig: domain: mastodon.{{ .cloud.domain }} locale: en singleUserMode: false - assetsStorage: 10Gi - systemStorage: 100Gi + assetsStorage: 5Gi + systemStorage: 5Gi tlsSecretName: wildcard-wild-cloud-tls sidekiq: replicas: 1