fix(linkace): remove /app storage. (#3012)
* fix(linkace): remove /app storage. * add logs storage on gui
This commit is contained in:
parent
624e7a3241
commit
ed14790567
|
@ -317,6 +317,15 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{persistenceBasic}
|
# Include{persistenceBasic}
|
||||||
|
# Include{persistenceAdvanced}
|
||||||
|
- variable: logs
|
||||||
|
label: "App Logs Storage"
|
||||||
|
description: "Stores the Application Logs."
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Include{persistenceBasic}
|
||||||
# Include{persistenceAdvanced}
|
# Include{persistenceAdvanced}
|
||||||
|
|
||||||
# Include{persistenceList}
|
# Include{persistenceList}
|
||||||
|
|
|
@ -82,9 +82,6 @@ service:
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
app:
|
|
||||||
enabled: true
|
|
||||||
mountPath: "/app"
|
|
||||||
logs:
|
logs:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/app/storage/logs"
|
mountPath: "/app/storage/logs"
|
||||||
|
|
Loading…
Reference in New Issue