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