Skip to content

Instantly share code, notes, and snippets.

View Yitaek's full-sized avatar

Yitaek Hwang Yitaek

View GitHub Profile
@Yitaek
Yitaek / traefik-values.yaml
Created August 5, 2020 13:36
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