Skip to content

Instantly share code, notes, and snippets.

@just1689
Created August 3, 2020 13:30
Show Gist options
  • Save just1689/f59c15be6c8cfea4a3c6761bedcbc323 to your computer and use it in GitHub Desktop.
Save just1689/f59c15be6c8cfea4a3c6761bedcbc323 to your computer and use it in GitHub Desktop.
Local install / generate from helm chart
# Install Loki
helm install loki/loki-stack -n loki-stack --set fluent-bit.enabled=true,promtail.enabled=true,loki.persistence.enabled=true,loki.persistence.size=1Gi --namespace=loki-stack
# Generate Loki yaml
helm template loki-test -n loki-stack --set fluent-bit.enabled=true,promtail.enabled=true,loki.persistence.enabled=true,loki.persistence.size=1Gi --namespace=loki-test loki-stack-0.38.3.tgz > loki.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment