From 22d319892e1aca492a2a1392abf1f0376db5c304 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 5 Apr 2024 21:34:52 -0400 Subject: [PATCH] Update README to reflect real usage --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 812d404..b1ea6ed 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,8 @@ secrets in a [kubernetes secret](https://kubernetes.io/docs/concepts/configurati containers: - name: filebrowser image: git.clortox.com/infrastructure/filebrowser:latest - securityContext: - runAsUser: 1000 - runAsGroup: 1000 + ports: + - containerPort: 80 env: - name: ADMIN_PASS value: "admin" @@ -81,7 +80,7 @@ containers: value: "false" volumeMounts: - name: volume-name - mountPath: /path/to/mount + mountPath: /srv ``` Note however that if you want to use a reverse proxy like [Authentik](https://goauthentik.io) for your authentication,