Skip to content

Commit 7489d14

Browse files
Update coe-prometheus.yaml
Volume mount for core files
1 parent c5ae527 commit 7489d14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deployment/coe-prometheus.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ spec:
6262
- name: lstreamd-config-prometheus
6363
mountPath: /var/logproxy/lstreamd/conf/lstreamd_default.conf
6464
subPath: lstreamd_default.conf
65+
- name: core-data
66+
mountPath: /cores/
6567
volumes:
6668
- name: lstreamd-config-prometheus
6769
configMap:
6870
name: coe-config-prometheus
71+
- name: core-data
72+
emptyDir: {}
6973
---
7074
# Citrix-observability-exporter headless service
7175
apiVersion: v1

0 commit comments

Comments
 (0)