fixed mounts

This commit is contained in:
2026-01-02 15:28:22 +01:00
parent 9180783166
commit 918d341e07
+4 -4
View File
@@ -69,9 +69,9 @@ spec:
- name: GOKAPI_USE_SSL - name: GOKAPI_USE_SSL
value: "false" value: "false"
- name: GOKAPI_DATA_DIR - name: GOKAPI_DATA_DIR
value: "/data" value: "/app/data"
- name: GOKAPI_CONFIG_DIR - name: GOKAPI_CONFIG_DIR
value: "/config" value: "/app/config"
- name: GOKAPI_MAX_MEMORY_UPLOAD - name: GOKAPI_MAX_MEMORY_UPLOAD
value: "100" value: "100"
- name: GOKAPI_LOG_STDOUT - name: GOKAPI_LOG_STDOUT
@@ -99,9 +99,9 @@ spec:
memory: 256Mi memory: 256Mi
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /app/config
- name: data - name: data
mountPath: /data mountPath: /app/data
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /