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: http:
paths: paths:
- path: / - path: /
pathType: Exact pathType: Prefix
backend: backend:
service: service:
name: sslip-io-nginx-cluster name: sslip-io-nginx-cluster
@@ -199,7 +199,7 @@ spec:
http: http:
paths: paths:
- path: / - path: /
pathType: Exact pathType: Prefix
backend: backend:
service: service:
name: sslip-io-nginx-cluster name: sslip-io-nginx-cluster