charts/gotosocial/values.yaml

34 lines
622 B
YAML

replicaCount: 1
image:
repository: superseriousbusiness/gotosocial
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
ingress:
enabled: true
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 100m
memory: 256Mi
pvcAccessModes: ReadWriteOnce
gtsBulkDomain: "socaas.site"
gtsAccountDomain: ""
gtsHost: ""
gtsAdminAccountName: ""
gtsAdminAccountMail: ""
gtsAdminAccountPass: ""
gtsConfig: {}
# further config, see https://docs.gotosocial.org/en/latest/configuration/
# ex.:
# GTS_MEDIA_IMAGE_MAX_SIZE: 2097152
# GTS_LOG_LEVEL: debug