fix: redirect homepage logs to emptyDir
This commit is contained in:
@@ -26,11 +26,15 @@ spec:
|
||||
value: "homepage.net-scope.org"
|
||||
- name: HOMEPAGE_CONFIG_DIR
|
||||
value: "/config"
|
||||
- name: LOG_TARGETS
|
||||
value: "stdout"
|
||||
volumeMounts:
|
||||
- name: app-data
|
||||
mountPath: /app/config
|
||||
- name: config-files
|
||||
mountPath: /config
|
||||
- name: logs
|
||||
mountPath: /config/logs
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
@@ -45,3 +49,5 @@ spec:
|
||||
- name: config-files
|
||||
configMap:
|
||||
name: homepage-config
|
||||
- name: logs
|
||||
emptyDir: {}
|
||||
|
||||
Reference in New Issue
Block a user