Skip to content

Instantly share code, notes, and snippets.

# helm repo add fluent https://fluent.github.io/helm-charts
# helm upgrade --install fluent-bit fluent/fluent-bit -n fluentbit --create-namespace -f ./values.yaml
serviceMonitor:
enabled: false
additionalEndpoints: []
prometheusRule:
enabled: false
@Balvinder-1995
Balvinder-1995 / alloy.yaml
Last active May 15, 2026 18:07
alloy.yaml
clusterConfig:
clusterName: "balvinder-test"
alloy:
configMap:
content: |
logging {
level = "info"
format = "json"
}
image: node:20.7
pipelines:
branches:
dev:
- step:
name: Build
script:
- apt-get update && apt-get install zip -y
- npm install && npm run build