mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
reference middleware in traefik release
This commit is contained in:
@@ -174,7 +174,8 @@ spec:
|
|||||||
# /!\ Do not expose your dashboard without any protection over the internet /!\
|
# /!\ Do not expose your dashboard without any protection over the internet /!\
|
||||||
entryPoints: ["traefik"]
|
entryPoints: ["traefik"]
|
||||||
# -- Additional ingressRoute middlewares (e.g. for authentication)
|
# -- Additional ingressRoute middlewares (e.g. for authentication)
|
||||||
middlewares: []
|
middlewares:
|
||||||
|
- traefik-authentik@kubernetescrd
|
||||||
# -- TLS options (e.g. secret containing certificate)
|
# -- TLS options (e.g. secret containing certificate)
|
||||||
tls: {}
|
tls: {}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@@ -733,7 +734,8 @@ spec:
|
|||||||
# middlewares:
|
# middlewares:
|
||||||
# - namespace-name1@kubernetescrd
|
# - namespace-name1@kubernetescrd
|
||||||
# - namespace-name2@kubernetescrd
|
# - namespace-name2@kubernetescrd
|
||||||
middlewares: []
|
middlewares:
|
||||||
|
- traefik-authentik@kubernetescrd
|
||||||
metrics:
|
metrics:
|
||||||
# -- When using hostNetwork, use another port to avoid conflict with node exporter:
|
# -- When using hostNetwork, use another port to avoid conflict with node exporter:
|
||||||
# https://github.com/prometheus/prometheus/wiki/Default-port-allocations
|
# https://github.com/prometheus/prometheus/wiki/Default-port-allocations
|
||||||
|
|||||||
Reference in New Issue
Block a user