Skip to content

Instantly share code, notes, and snippets.

@Yitaek
Created August 8, 2020 02:59
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/e3d5e248d584436b450be4b83d6626bb to your computer and use it in GitHub Desktop.
Save Yitaek/e3d5e248d584436b450be4b83d6626bb to your computer and use it in GitHub Desktop.
additionalArguments:
- "--accesslog=true"
- "--accesslog.format=json"
- "--log.level=INFO"
- "--metrics.prometheus=true"
- "--metrics.prometheus.entryPoint=metrics"
- "--entryPoints.metrics.address=:8082"
deployment:
replicas: 3
podAnnotations:
prometheus.io/port: '8082'
prometheus.io/scrape: 'true'
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: nlb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment