Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b545c1ec7 | |||
| ea66afa960 | |||
| 87b062e84a |
@@ -116,6 +116,11 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: filebrowser
|
- name: filebrowser
|
||||||
image: filebrowser/filebrowser:v2.63.13
|
image: filebrowser/filebrowser:v2.63.13
|
||||||
|
# v2.63.x default config path is `/config/settings.json`; our ConfigMap
|
||||||
|
# is mounted at `/.filebrowser.json`. Tell filebrowser to read it
|
||||||
|
# explicitly so it picks up port 8080 (else it falls back to port 80
|
||||||
|
# and the readiness probe on 8080 fails).
|
||||||
|
args: ["-c", "/.filebrowser.json"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user