openbao_logs_second_way #16

Merged
Michal.Wrobel merged 18 commits from openbao_logs_second_way into shipping_openbao_logs 2025-03-18 09:17:40 +00:00
No description provided.
Michal.Wrobel added 18 commits 2025-03-18 09:17:06 +00:00
- name: sidecar-container-alloy-config
      configMap:
        name: sidecar-container-alloy-config
- name: grafana-alloy
     image: grafana/alloy:latest
     ports:
       - containerPort: 12345
     volumeMounts:
       - name: sidecar-container-alloy-config
         mountPath: /etc/alloy
         subPath: config.yaml
     args:
       - --config.file=/etc/alloy/config.yaml
#    - --config.file=/etc/alloy/config.yaml
- name: alloy-data
      emptyDir: {}
runAsUser: 1000
        fsGroup: 1000
fsGroup: 1000
Michal.Wrobel merged commit 779df9fb9c into shipping_openbao_logs 2025-03-18 09:17:40 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DevFW-CICD/stacks#16
No description provided.