mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 19:21:33 -07:00
91b8b7b76b
Co-authored-by: Luna <luna.dragon@suse.com> Reviewed-on: https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/125 Co-authored-by: Luna D Dragon <lunarequest@nullrequest.com> Co-committed-by: Luna D Dragon <lunarequest@nullrequest.com>
82 lines
1.5 KiB
YAML
82 lines
1.5 KiB
YAML
replicaCount: 1
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 0.5
|
|
memory: 512Mi
|
|
limits:
|
|
cpu: 1
|
|
memory: 1Gi
|
|
|
|
iceshrimp:
|
|
domain: example.tld
|
|
smtp:
|
|
from_address: noreply@example.tld
|
|
port: 587
|
|
server: smtp.gmail.com
|
|
useImplicitSslTls: false
|
|
login: me@example.tld
|
|
password: CHANGEME
|
|
objectStorage:
|
|
baseUrl: https://example-bucket.nyc3.cdn.digitaloceanspaces.com
|
|
access_key: CHANGEME
|
|
access_secret: CHANGEME
|
|
bucket: example-bucket
|
|
endpoint: nyc3.digitaloceanspaces.com:443
|
|
region: nyc3
|
|
allowedPrivateNetworks: []
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt
|
|
hosts:
|
|
- host: example.tld
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- secretName: example-tld-certificate
|
|
hosts:
|
|
- example.tld
|
|
|
|
elasticsearch:
|
|
enabled: false
|
|
|
|
postgresql:
|
|
auth:
|
|
password: CHANGEME
|
|
postgresPassword: CHANGEME
|
|
primary:
|
|
persistence:
|
|
enabled: true
|
|
storageClass: vultr-block-storage
|
|
size: 25Gi
|
|
resources:
|
|
requests:
|
|
cpu: 0.25
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 0.5
|
|
memory: 512Mi
|
|
metrics:
|
|
enabled: true
|
|
|
|
redis:
|
|
auth:
|
|
password: CHANGEME
|
|
master:
|
|
resources:
|
|
requests:
|
|
cpu: 0.25
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 0.5
|
|
memory: 256Mi
|
|
persistence:
|
|
storageclass: vultr-block-storage
|
|
size: 10Gi
|
|
replica:
|
|
replicaCount: 0
|
|
metrics:
|
|
enabled: true
|