From 92f42871e45add7c05716f152f7267c636d33aae Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Thu, 22 Jun 2023 14:06:36 +0200 Subject: [PATCH] lemmy: Fix readme and examples --- charts/lemmy/README.md | 9 ++++++--- charts/lemmy/values.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/lemmy/README.md b/charts/lemmy/README.md index ee8f195..1385ae0 100644 --- a/charts/lemmy/README.md +++ b/charts/lemmy/README.md @@ -7,8 +7,11 @@ Lemmy A minimal Lemmy install could look something like; - helm install lemmy ananace-charts/lemmy --set ingress.host=lemmy.example.com + helm install lemmy ananace-charts/lemmy --set serverName=lemmy.example.com -Note that the system will require valid TLS certificates in order for federation to work as expected. +This will set up a full Lemmy install, with backend, frontend (using lemmy-ui), nginx-based routing proxy, pict-rs media storage, and postgresql server. +Note that this will require a working ingress in your cluster, if an ingress isn't available you can also deploy the proxy as a `LoadBalancer`/`NodePort` service in order to try the system out. -S3 storage is supported for media, refer to the [values](values.yaml) for `.pictrs.storage`. +**Nota Bene**: The system **will** require valid TLS certificates and working routing on regular HTTP(s) ports in order for federation to work. + +S3 storage is also supported for media, refer to the [values](values.yaml) under `.pictrs.storage` for the necessary configuration. diff --git a/charts/lemmy/values.yaml b/charts/lemmy/values.yaml index bd80e95..ee4b18a 100644 --- a/charts/lemmy/values.yaml +++ b/charts/lemmy/values.yaml @@ -162,7 +162,7 @@ pictrs: method: filesystem objectStorage: - ## For self-hosted S3 + ## For self-hosted S3, note that region _must_ also be provided, even for self-hosted S3 # endpoint: https://minio.example.com usePathStyle: false