Previously it was getting a 404 because I had the wrong `pathType` set.
This commit is contained in:
Brian Cunnie
2021-07-07 18:53:56 -07:00
parent baf499536c
commit 2af4c0bd05

View File

@@ -189,7 +189,7 @@ spec:
http:
paths:
- path: /
pathType: Exact
pathType: Prefix
backend:
service:
name: sslip-io-nginx-cluster
@@ -199,7 +199,7 @@ spec:
http:
paths:
- path: /
pathType: Exact
pathType: Prefix
backend:
service:
name: sslip-io-nginx-cluster