v1.0.5
This commit is contained in:
parent
e004e99884
commit
e8178f218d
@ -55,7 +55,10 @@
|
|||||||
password: "{{ mastodon_mail_password }}"
|
password: "{{ mastodon_mail_password }}"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 64Gi
|
size: 128Gi
|
||||||
|
initJob:
|
||||||
|
precompileAssets:
|
||||||
|
resourcesPreset: "micro"
|
||||||
redis:
|
redis:
|
||||||
auth:
|
auth:
|
||||||
password: "{{ mastodon_redis_password }}"
|
password: "{{ mastodon_redis_password }}"
|
||||||
@ -73,6 +76,7 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
hostname: "mastodon.eom.dev"
|
hostname: "mastodon.eom.dev"
|
||||||
annotations:
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: ca-issuer
|
cert-manager.io/cluster-issuer: ca-issuer
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user