Compare commits
3 Commits
db3dc9a8af
...
040771494a
Author | SHA1 | Date | |
---|---|---|---|
040771494a | |||
57c57b7620 | |||
4ef6b01a92 |
@ -77,8 +77,12 @@ data:
|
|||||||
address = ":853"
|
address = ":853"
|
||||||
# route dns over https to other pods but provide own certificate
|
# route dns over https to other pods but provide own certificate
|
||||||
|
|
||||||
|
[entryPoints.name.http3]
|
||||||
|
advertisedPort = 443
|
||||||
|
|
||||||
[metrics]
|
[metrics]
|
||||||
[metrics.prometheus]
|
[metrics.prometheus]
|
||||||
|
# metrics are enabled and scraping is ensured through a servicemonitor
|
||||||
entryPoint = "metrics"
|
entryPoint = "metrics"
|
||||||
addEntryPointsLabels = true
|
addEntryPointsLabels = true
|
||||||
addServicesLabels = true
|
addServicesLabels = true
|
||||||
|
@ -13,6 +13,6 @@ namespace: traefik-system
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
releaseName: traefik
|
releaseName: traefik
|
||||||
version: 27.0.2
|
version: 28.2.0
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
repo: https://traefik.github.io/charts
|
repo: https://traefik.github.io/charts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user