gcp ingress only supports ImplementationSpecific path type

This commit is contained in:
Antonio Ojea
2021-05-19 11:45:00 +02:00
parent 7b38012e74
commit c822a1f2c6
7 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ spec:
http:
paths:
- path: /foo
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https

View File

@@ -14,7 +14,7 @@ spec:
http:
paths:
- path: /foo
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheadersx
@@ -24,14 +24,14 @@ spec:
http:
paths:
- path: /bar
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheadersy
port:
number: 80
- path: /foo
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheadersx

View File

@@ -8,7 +8,7 @@ spec:
http:
paths:
- path: /test
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https
@@ -18,7 +18,7 @@ spec:
http:
paths:
- path: /test
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https
@@ -28,7 +28,7 @@ spec:
http:
paths:
- path: /test
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https
@@ -38,7 +38,7 @@ spec:
http:
paths:
- path: /test
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https

View File

@@ -17,7 +17,7 @@ spec:
http:
paths:
- path: /test
pathType: "Prefix"
pathType: "ImplementationSpecific"
backend:
service:
name: echoheaders-https