Skip to content

Commit ca0fc48

Browse files
authored
Create traefik-ingress-ui.yaml
1 parent d2b44ce commit ca0fc48

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: extensions/v1beta1
2+
kind: Ingress
3+
metadata:
4+
name: traefik-ui
5+
annotations:
6+
kubernetes.io/ingress.class: "traefik"
7+
spec:
8+
rules:
9+
- host: traefik.cloud.noverit.com
10+
http:
11+
paths:
12+
- path: /
13+
backend:
14+
serviceName: traefik-ui
15+
servicePort: 8080

0 commit comments

Comments
 (0)