Try it all a go
This commit is contained in:
13
apps/whoami/ingress.yaml
Normal file
13
apps/whoami/ingress.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: podinfo
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`podinfo.k3s`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: podinfo
|
||||
namespace: default
|
||||
Reference in New Issue
Block a user