IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit 872c9dc8e5 - Show all commits

View file

@ -1,20 +1,27 @@
server: server:
extraContainers: extraContainers:
- name: grafana-alloy - name: grafana-alloy
image: grafana/alloy:latest image: grafana/alloy:latest
ports: ports:
- containerPort: 12345 - containerPort: 12345
volumeMounts: # volumeMounts:
- name: sidecar-container-alloy-config # - name: sidecar-container-alloy-config
mountPath: /etc/alloy/config.yaml # mountPath: /etc/alloy/config.yaml
subPath: config.yaml # subPath: config.yaml
# args: # args:
# - --config.file=/etc/alloy/config.yaml # - --config.file=/etc/alloy/config.yaml
volumeMounts:
- name: alloy-data
mountPath: /var/lib/alloy/data
volumes: volumes:
- name: sidecar-container-alloy-config - name: alloy-data
configMap: emptyDir: {}
name: sidecar-container-alloy-config
# volumes:
# - name: sidecar-container-alloy-config
# configMap:
# name: sidecar-container-alloy-config
postStart: postStart:
- sh - sh