IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
2 changed files with 1 additions and 12 deletions
Showing only changes of commit 77b571b768 - Show all commits

View file

@ -21,6 +21,7 @@ spec:
set -e
mkdir -p /var/log/openbao
chown 100:100 /var/log/openbao
chown 100:100 /etc/passwd
chmod o+rwx /var/log/openbao
echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd
echo "logrotate:x:100:" >> /etc/group

View file

@ -1,17 +1,5 @@
server:
shareProcessNamespace: true
extraInitContainers:
- name: init
image: alpine:latest
securityContext:
runAsUser: 0
volumeMounts:
- name: alloy-data
mountPath: /var/lib/alloy
- name: config-volume
mountPath: /etc/alloy
- name: host-log-storage
mountPath: /openbao/logs
extraContainers:
- name: grafana-alloy
image: grafana/alloy:latest