- name: alloy-data

mountPath: /var/lib/
This commit is contained in:
miwr 2025-03-31 15:24:21 +02:00
parent 458414e779
commit 56c5cc2620

View file

@ -20,6 +20,8 @@ server:
securityContext: securityContext:
runAsUser: 100 runAsUser: 100
volumeMounts: volumeMounts:
- name: alloy-data
mountPath: /var/lib/
- name: host-log-storage - name: host-log-storage
mountPath: /openbao/logs mountPath: /openbao/logs
- name: logrotate-config-volume - name: logrotate-config-volume