This commit is contained in:
2020-06-25 11:45:07 +02:00
parent 86ab365f03
commit b63246be9e
19 changed files with 459 additions and 2 deletions

18
dashboard-ingress.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: k8s-dashboard
namespace: kubernetes-dashboard
spec:
rules:
- host: k8s-dashboard.lan
http:
paths:
- backend:
serviceName: kubernetes-dashboard
servicePort: http
path: /
pathType: ImplementationSpecific
status:
loadBalancer: {}