Skip to content

Instantly share code, notes, and snippets.

@gurukulkarni
Last active November 18, 2019 15:58
Show Gist options
  • Save gurukulkarni/eeab32d87abc7b5de935dbd237973e1e to your computer and use it in GitHub Desktop.
Save gurukulkarni/eeab32d87abc7b5de935dbd237973e1e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: prom-k8s
data:
prometheus.yml: |+
scrape_configs:
- job_name: 'quarkus'
scrape_interval: 15s
scrape_timeout: 10s
scheme: http
static_configs:
- targets: ['quarkus.myproject.svc:8080']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment