Remove positions volume and mount from Promtail configuration
This commit is contained in:
parent
8bfb82a42f
commit
42269a28a2
@ -134,19 +134,11 @@ promtail:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /var/log/journal
|
path: /var/log/journal
|
||||||
|
|
||||||
- name: positions
|
|
||||||
hostPath:
|
|
||||||
path: /var/lib/promtail/positions
|
|
||||||
type: DirectoryOrCreate
|
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: journal
|
- name: journal
|
||||||
mountPath: /var/log/journal
|
mountPath: /var/log/journal
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
- name: positions
|
|
||||||
mountPath: /run/promtail
|
|
||||||
|
|
||||||
# Tolerations to run on all nodes
|
# Tolerations to run on all nodes
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user