openbao_logs_second_way #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "openbao_logs_second_way"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- 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- name: alloy-data emptyDir: {}runAsUser: 1000 fsGroup: 1000