66 lines
1.3 KiB
YAML
66 lines
1.3 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/misskey
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 12.119.0@sha256:e16467a28e7cee4442e29216a292dd725f28c3789fb1da050359c7842c2c0eec
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
fsGroup: 33
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3003
|
||
|
|
||
|
misskey:
|
||
|
# Final accessible URL seen by a user. ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE URL SETTINGS AFTER THAT!
|
||
|
url: "https://example.tld/"
|
||
|
# ID generation method. 'aid' recommended.
|
||
|
id: "aid"
|
||
|
other:
|
||
|
disableHSTS: false
|
||
|
signToActivityPubGet: false
|
||
|
maxFileSize: 262144000
|
||
|
clusterLimit: 1
|
||
|
deliverJobConcurrency: 128
|
||
|
inboxJobConcurrency: 16
|
||
|
deliverJobPerSec: 128
|
||
|
inboxJobPerSec: 16
|
||
|
deliverJobMaxAttempts: 12
|
||
|
inboxJobMaxAttempts: 8
|
||
|
allowedPrivateNetworks:
|
||
|
- 127.0.0.1/32
|
||
|
|
||
|
env:
|
||
|
# NODE_ENV = production | development
|
||
|
NODE_ENV: production
|
||
|
|
||
|
persistence:
|
||
|
misskeyconfig:
|
||
|
enabled: true
|
||
|
type: configMap
|
||
|
objectName: misskeyconfig
|
||
|
mountPath: "/misskey/.config"
|
||
|
files:
|
||
|
enabled: true
|
||
|
mountPath: "/misskey/files"
|
||
|
|
||
|
postgresql:
|
||
|
enabled: true
|
||
|
existingSecret: "dbcreds"
|
||
|
postgresqlUsername: misskey
|
||
|
postgresqlDatabase: misskey
|
||
|
|
||
|
redis:
|
||
|
enabled: true
|
||
|
existingSecret: "rediscreds"
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|