mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
ingress middleware?
This commit is contained in:
@@ -124,9 +124,9 @@ spec:
|
||||
enabled: true
|
||||
className: traefik
|
||||
additionalLabels: {}
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||
hosts:
|
||||
- host: podinfo.michaelthomson.dev
|
||||
paths:
|
||||
|
||||
@@ -174,8 +174,7 @@ spec:
|
||||
# /!\ Do not expose your dashboard without any protection over the internet /!\
|
||||
entryPoints: ["traefik"]
|
||||
# -- Additional ingressRoute middlewares (e.g. for authentication)
|
||||
middlewares:
|
||||
- traefik-authentik@kubernetescrd
|
||||
middlewares: []
|
||||
# -- TLS options (e.g. secret containing certificate)
|
||||
tls: {}
|
||||
healthcheck:
|
||||
@@ -734,8 +733,7 @@ spec:
|
||||
# middlewares:
|
||||
# - namespace-name1@kubernetescrd
|
||||
# - namespace-name2@kubernetescrd
|
||||
middlewares:
|
||||
- traefik-authentik@kubernetescrd
|
||||
middlewares: []
|
||||
metrics:
|
||||
# -- When using hostNetwork, use another port to avoid conflict with node exporter:
|
||||
# https://github.com/prometheus/prometheus/wiki/Default-port-allocations
|
||||
|
||||
Reference in New Issue
Block a user