add additional no ssl whoami IngressRoute
This commit is contained in:
parent
f469e78f30
commit
a7de6fac2b
@ -13,6 +13,18 @@ spec:
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
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:
|
||||
name: whoami-ingressroute
|
||||
spec:
|
||||
|
Loading…
Reference in New Issue
Block a user