Skip to content
Snippets Groups Projects
Commit 217a0017 authored by OKE Ulrich Enangnon's avatar OKE Ulrich Enangnon
Browse files

UPDATE - user hostPath vol for traefik log

parent 95fc6d8a
No related branches found
No related tags found
No related merge requests found
Pipeline #16862 passed
......@@ -69,18 +69,21 @@ deployment:
additionalVolumes:
- name: traefik-logs
emptyDir: {}
# - name: filebeat-configmap
- name: filebeat-configmap
configMap:
name: filebeat-configmap
defaultMode: 0640
additionalVolumeMounts:
- name: traefik-logs
mountPath: /var/log/traefik
# Add traefik-logs-vol volume to the [ traefik pod ]
volumes:
# volumes:
# - name: traefik-logs-vol
# mountPath: /var/log/traefik
- name: filebeat-configmap
type: configMap
# - name: filebeat-configmap
# type: configMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment