mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02:00
* Exemples -> Examples * Exemples -> Examples * Uppercase * Uppercase v2 * Uppercase v3 * Uppercases * Another one * Add whoami because .gitignore is ignoring conf folder
21 lines
433 B
YAML
21 lines
433 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: whoami
|
|
namespace: traefik
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-bouncer@kubernetescrd
|
|
traefik.ingress.kubernetes.io/router.entrypoints: web
|
|
|
|
spec:
|
|
rules:
|
|
- http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: whoami
|
|
port:
|
|
name: web
|