feat(traefik): generate a service monitor (#7785)

This commit is contained in:
Jean-François Roy
2023-03-11 06:50:50 -08:00
committed by GitHub
parent 784a8346c0
commit be1570c619
3 changed files with 10 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 17.0.7
version: 17.0.8
annotations:
truecharts.org/catagories: |
- network

View File

@@ -395,6 +395,8 @@ questions:
default: 568
# Include{resources}
# Include{metrics}
# Include{prometheusRule}
# Include{advanced}
# Include{addons}
# Include{codeserver}

View File

@@ -128,15 +128,15 @@ logs:
format: common
metrics:
# datadog:
# address: 127.0.0.1:8125
# influxdb:
# address: localhost:8089
# protocol: udp
metrics:
enabled: true
type: servicemonitor
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
prometheus:
entryPoint: metrics
# statsd:
# address: localhost:8125
globalArguments:
- "--global.checknewversion"