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: controller:
volumes: volumes:
- name: host-log-storage extra:
hostPath: - name: host-log-storage
path: /var/log 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.
type: Directory path: /var/log
type: Directory
alloy: alloy:
create: false create: false
name: alloy-config name: alloy-config
key: config.alloy key: config.alloy
mounts: mounts:
- mountPath: /openbao/logs extra:
name: host-log-storage - mountPath: /openbao/logs
readOnly: true name: host-log-storage
readOnly: true
uiPathPrefix: "/alloy" uiPathPrefix: "/alloy"