fix values
This commit is contained in:
parent
470ba02c25
commit
71a523caad
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
name: lemmy
|
||||
namespace: lemmy
|
||||
serviceAccountName: lemmy
|
||||
istio:
|
||||
commonName: lemmy.devvul.com
|
||||
ingressSelector: ingressgateway
|
||||
|
@ -30,7 +29,7 @@ admin:
|
|||
email: admin@devvul.com
|
||||
|
||||
config:
|
||||
siteName: Devvul Lemmy
|
||||
siteName: devvul lemmy server
|
||||
tls: true
|
||||
|
||||
serviceAccount:
|
||||
|
@ -44,7 +43,6 @@ pictrs:
|
|||
PICTRS__MEDIA__GIF__MAX_HEIGHT: 256
|
||||
PICTRS__MEDIA__GIF__MAX_AREA: 65536
|
||||
PICTRS__MEDIA__GIF__MAX_FRAME_COUNT: 400
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
|
@ -54,13 +52,10 @@ proxy:
|
|||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
poolSize: 10
|
||||
|
||||
auth:
|
||||
username: lemmy
|
||||
database: lemmy
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: "data-lemmy-postgresql-0"
|
||||
|
|
Loading…
Reference in a new issue