Remove positions volume and mount from Promtail configuration

This commit is contained in:
Marco van Zijl 2025-11-09 20:56:04 +01:00
parent 8bfb82a42f
commit 42269a28a2

View File

@ -134,19 +134,11 @@ promtail:
hostPath:
path: /var/log/journal
- name: positions
hostPath:
path: /var/lib/promtail/positions
type: DirectoryOrCreate
extraVolumeMounts:
- name: journal
mountPath: /var/log/journal
readOnly: true
- name: positions
mountPath: /run/promtail
# Tolerations to run on all nodes
tolerations:
- effect: NoSchedule