Skip to content

Instantly share code, notes, and snippets.

@Yitaek
Created August 5, 2020 13:36
Embed
What would you like to do?
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