Skip to content

Commit 6956f3d

Browse files
committed
fix: possibly collect logs with promtail
1 parent fcd0ee3 commit 6956f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/dashboard/templates/dashboard-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
- mountPath: /project/data
2626
subPath: {{ .Values.app.metadata.name }}/data
2727
name: config-volume
28+
- mountPath: /var/log
29+
name: log-volume
2830
ports:
2931
- containerPort: 3000
3032
env:
@@ -37,6 +39,9 @@ spec:
3739
- name: config-volume
3840
persistentVolumeClaim:
3941
claimName: nfs-pvc
42+
- name: log-volume
43+
emptyDir: {}
44+
4045
---
4146
apiVersion: v1
4247
kind: Service

0 commit comments

Comments
 (0)