From 422b16ce5ded302931809f8ac3c0c2acd90b700a Mon Sep 17 00:00:00 2001 From: bp99 Date: Sun, 8 Sep 2024 19:03:33 +0200 Subject: [PATCH] chart-seafile: update docs --- charts/seafile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/seafile/README.md b/charts/seafile/README.md index e40c917..f4b4502 100644 --- a/charts/seafile/README.md +++ b/charts/seafile/README.md @@ -68,6 +68,7 @@ An open-source, cross-platform file-hosting software system. | resources | object | `{}` | custom resources | | seafile.admin_email | string | `"admin@hostname.tld"` | email address of the admin user | | seafile.admin_password | string | `"changeme2"` | password of the admin user; DO NOT FORGET TO CHANGE THIS VALUE | +| seafile.hostname | string | `"example.com"` | hostname of this seafile instance | | seafile.timezone | string | `"Europe/Berlin"` | [TZ identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | | securityContext | object | `{}` | custom security context | | service.port | int | `80` | service port |