The complete grafana stack with minIO as S3 storage.
This is the complete stack but with local file storage.
This is only alloy that sends the data to a defined loki and tempo endpoint.
kubectl create configmap alloy-config --from-file=config.alloy=./values/config.alloy -n grafana-stack
kubectl create configmap alloy-config --from-file=config.alloy=./values/config.alloy -n grafana-stack -o yaml --dry-run=client | kubectl replace -f -