From 918d341e07b655abeb504664a334de7314123486 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 15:28:22 +0100 Subject: [PATCH] fixed mounts --- fileshare-system/gokapi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fileshare-system/gokapi.yaml b/fileshare-system/gokapi.yaml index e235a31..b274dfa 100644 --- a/fileshare-system/gokapi.yaml +++ b/fileshare-system/gokapi.yaml @@ -69,9 +69,9 @@ spec: - name: GOKAPI_USE_SSL value: "false" - name: GOKAPI_DATA_DIR - value: "/data" + value: "/app/data" - name: GOKAPI_CONFIG_DIR - value: "/config" + value: "/app/config" - name: GOKAPI_MAX_MEMORY_UPLOAD value: "100" - name: GOKAPI_LOG_STDOUT @@ -99,9 +99,9 @@ spec: memory: 256Mi volumeMounts: - name: config - mountPath: /config + mountPath: /app/config - name: data - mountPath: /data + mountPath: /app/data livenessProbe: httpGet: path: /