IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
Showing only changes of commit ed0d1debf4 - Show all commits

View file

@ -1,18 +1,20 @@
controller:
volumes:
- name: host-log-storage
hostPath:
path: /var/log
type: Directory
extra:
- name: host-log-storage
hostPath:
Review

is it necessary to use hostPath? it's bad in many ways and might break if the pod gets moved to another node

is it necessary to use hostPath? it's bad in many ways and might break if the pod gets moved to another node
Review

As denoted in the pinned comments of each of the 4 subtasks here there doesn't seem to be another option.

As denoted in the **pinned comments of each of the 4 subtasks** [here](https://jira.telekom-mms.com/browse/IPCEICIS-2949) there doesn't seem to be another option.
path: /var/log
type: Directory
alloy:
create: false
name: alloy-config
key: config.alloy
mounts:
- mountPath: /openbao/logs
name: host-log-storage
readOnly: true
extra:
- mountPath: /openbao/logs
name: host-log-storage
readOnly: true
uiPathPrefix: "/alloy"