generated from tyler/Generic-Template
Update README to reflect real usage
This commit is contained in:
parent
f509d2fa9f
commit
22d319892e
@ -47,9 +47,8 @@ secrets in a [kubernetes secret](https://kubernetes.io/docs/concepts/configurati
|
|||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: git.clortox.com/infrastructure/filebrowser:latest
|
image: git.clortox.com/infrastructure/filebrowser:latest
|
||||||
securityContext:
|
ports:
|
||||||
runAsUser: 1000
|
- containerPort: 80
|
||||||
runAsGroup: 1000
|
|
||||||
env:
|
env:
|
||||||
- name: ADMIN_PASS
|
- name: ADMIN_PASS
|
||||||
value: "admin"
|
value: "admin"
|
||||||
@ -81,7 +80,7 @@ containers:
|
|||||||
value: "false"
|
value: "false"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: volume-name
|
- 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,
|
Note however that if you want to use a reverse proxy like [Authentik](https://goauthentik.io) for your authentication,
|
||||||
|
Loading…
Reference in New Issue
Block a user