Last active
September 18, 2023 20:38
-
-
Save rverchere/e81ef4b77e4b0c6752171dfb9abb647c to your computer and use it in GitHub Desktop.
Promtail Custom Values 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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