You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
Minikube does not run HAProxy so the APIMan console is not visible.
I tried the advice here: https://medium.com/@rothgar/exposing-services-using-ingress-with-on-prem-kubernetes-clusters-f413d87b6d34#.a4bjqb1ck to deploy an Ingress Controller and then used the script:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: apiman
namespace: default
spec:
rules:
- host: apiman
http:
paths:
- path: /
backend:
serviceName: apiman
servicePort: 7070
to try to create an Ingress for APIMan without success
Please can the right way be documented?
The text was updated successfully, but these errors were encountered: