diff --git a/adhoc-config/k8s-ingress.yml b/adhoc-config/k8s-ingress.yml index c0e83c5..6f8cea3 100644 --- a/adhoc-config/k8s-ingress.yml +++ b/adhoc-config/k8s-ingress.yml @@ -25,3 +25,10 @@ spec: number: 8000 path: / pathType: Prefix + - backend: + service: + name: kubernetes-kubernetes-dashboard-api + port: + number: 9000 + path: /api + pathType: Prefix