add additional no ssl whoami IngressRoute
This commit is contained in:
parent
f469e78f30
commit
a7de6fac2b
@ -13,6 +13,18 @@ spec:
|
|||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: whoami-ingressroute-nossl
|
||||||
|
spec:
|
||||||
|
routes:
|
||||||
|
- match: Path(`/`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: whoami
|
||||||
|
port: web
|
||||||
|
---
|
||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: whoami-ingressroute
|
name: whoami-ingressroute
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user