shipping_openbao_logs #17

Closed
Michal.Wrobel wants to merge 130 commits from shipping_openbao_logs into development
Showing only changes of commit 8db5e5950d - Show all commits

View file

@ -4,17 +4,11 @@ server:
image: grafana/alloy:latest image: grafana/alloy:latest
ports: ports:
- containerPort: 12345 - containerPort: 12345
# volumeMounts: # volumeMounts:
# - name: sidecar-container-alloy-config # - name: alloy-data
# mountPath: /etc/alloy/config.yaml # mountPath: /var/lib/alloy/data
# subPath: config.yaml # securityContext:
# args: # runAsUser: 0
# - --config.file=/etc/alloy/config.yaml
volumeMounts:
- name: alloy-data
mountPath: /var/lib/alloy/data
securityContext:
runAsUser: 0
volumes: volumes:
- name: alloy-data - name: alloy-data