Test lemmy
This commit is contained in:
parent
33ecb59b9f
commit
ad148faa00
2 changed files with 58 additions and 0 deletions
|
@ -60,3 +60,8 @@ helmApps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: wallabag
|
||||
revision: 7.1.2
|
||||
- app: lemmy
|
||||
namespace: lemmy
|
||||
repoURL: https://ananace.gitlab.io/charts
|
||||
chart: lemmy
|
||||
revision: 0.4.1
|
||||
|
|
53
argo/lemmy/values.yaml
Normal file
53
argo/lemmy/values.yaml
Normal file
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
istio:
|
||||
commonName: lemmy.devvul.com
|
||||
ingressSelector: ingressgateway
|
||||
issuer: letsencrypt-prod
|
||||
port: 80
|
||||
backendHost: lemmy-ui
|
||||
|
||||
serverName: "lemmy.devvul.com"
|
||||
|
||||
smtp:
|
||||
server: ""
|
||||
from: lemmy@devvul.com
|
||||
tls: none
|
||||
|
||||
admin:
|
||||
username: lemmy-admin
|
||||
email: admin@devvul.com
|
||||
|
||||
config:
|
||||
siteName: Devvul Lemmy
|
||||
tls: true
|
||||
|
||||
serviceAccount:
|
||||
name: "lemmy"
|
||||
|
||||
pictrs:
|
||||
env:
|
||||
PICTRS__MEDIA__VIDEO_CODEC: vp9
|
||||
PICTRS__MEDIA__GIF__MAX_WIDTH: 256
|
||||
PICTRS__MEDIA__GIF__MAX_HEIGHT: 256
|
||||
PICTRS__MEDIA__GIF__MAX_AREA: 65536
|
||||
PICTRS__MEDIA__GIF__MAX_FRAME_COUNT: 400
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
proxy:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
poolSize: 10
|
||||
|
||||
auth:
|
||||
username: lemmy
|
||||
database: lemmy
|
||||
password: lemmy
|
||||
|
||||
ingress:
|
||||
enabled: false
|
Loading…
Reference in a new issue