Skip to content

Instantly share code, notes, and snippets.

@rverchere
Last active September 18, 2023 20:38
Show Gist options
  • Save rverchere/e81ef4b77e4b0c6752171dfb9abb647c to your computer and use it in GitHub Desktop.
Save rverchere/e81ef4b77e4b0c6752171dfb9abb647c to your computer and use it in GitHub Desktop.
Promtail Custom Values 1
# Mount folder /var/log from node
extraVolumes:
- name: node-logs
hostPath:
path: /var/log
extraVolumeMounts:
- name: node-logs
mountPath: /var/log/host
readOnly: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment