Adds mastodon app.
This commit is contained in:
@@ -143,8 +143,8 @@ spec:
|
|||||||
mountPath: /opt/mastodon/public/system
|
mountPath: /opt/mastodon/public/system
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 768Mi
|
memory: 768Mi
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
key: redis.password
|
key: redis.password
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|||||||
@@ -143,8 +143,8 @@ spec:
|
|||||||
mountPath: /opt/mastodon/public/system
|
mountPath: /opt/mastodon/public/system
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 50m
|
||||||
memory: 768Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 1280Mi
|
memory: 1280Mi
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 4.5.3-2
|
version: 4.5.3-3
|
||||||
requires:
|
requires:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
- name: redis
|
- name: redis
|
||||||
@@ -9,8 +9,8 @@ defaultConfig:
|
|||||||
domain: mastodon.{{ .cloud.domain }}
|
domain: mastodon.{{ .cloud.domain }}
|
||||||
locale: en
|
locale: en
|
||||||
singleUserMode: false
|
singleUserMode: false
|
||||||
assetsStorage: 10Gi
|
assetsStorage: 5Gi
|
||||||
systemStorage: 100Gi
|
systemStorage: 5Gi
|
||||||
tlsSecretName: wildcard-wild-cloud-tls
|
tlsSecretName: wildcard-wild-cloud-tls
|
||||||
sidekiq:
|
sidekiq:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user