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,5 +1,6 @@
controller:
volumes:
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
@ -10,6 +11,7 @@ alloy:
key: config.alloy
mounts:
extra:
- mountPath: /openbao/logs
name: host-log-storage
readOnly: true