Adds mastodon app.
This commit is contained in:
@@ -143,8 +143,8 @@ spec:
|
||||
mountPath: /opt/mastodon/public/system
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 768Mi
|
||||
volumes:
|
||||
|
||||
@@ -63,7 +63,7 @@ spec:
|
||||
key: redis.password
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
|
||||
@@ -143,8 +143,8 @@ spec:
|
||||
mountPath: /opt/mastodon/public/system
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 768Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 1280Mi
|
||||
livenessProbe:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user