modification des extensions
This commit is contained in:
15
traefik/07_ingress-ui-traefik.yml
Normal file
15
traefik/07_ingress-ui-traefik.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: traefik-web-ui
|
||||
namespace: kube-system
|
||||
spec:
|
||||
rules:
|
||||
- host: traefik.dev.vezpi.me
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: traefik-web-ui
|
||||
servicePort: web
|
Reference in New Issue
Block a user