Skip to content

Instantly share code, notes, and snippets.

@Yitaek
Created August 5, 2020 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yitaek/c9971f99ece8d0b4eda005b52c3fdc85 to your computer and use it in GitHub Desktop.
Save Yitaek/c9971f99ece8d0b4eda005b52c3fdc85 to your computer and use it in GitHub Desktop.
Helm Values for Traefik HA Setup
additionalArguments:
- "--accesslog=true"
- "--accesslog.format=json"
- "--log.level=DEBUG"
- "--metrics.prometheus=true"
- "--metrics.prometheus.entryPoint=metrics"
- "--entryPoints.metrics.address=:8082"
deployment:
replicas: 3
podAnnotations:
prometheus.io/port: '8082'
prometheus.io/scrape: 'true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment