mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
gcp ingress only supports ImplementationSpecific path type
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- path: /foo
|
||||
pathType: "Prefix"
|
||||
pathType: "ImplementationSpecific"
|
||||
backend:
|
||||
service:
|
||||
name: echoheaders-https
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -17,7 +17,7 @@ spec:
|
||||
http:
|
||||
paths:
|
||||
- path: /test
|
||||
pathType: "Prefix"
|
||||
pathType: "ImplementationSpecific"
|
||||
backend:
|
||||
service:
|
||||
name: echoheaders-https
|
||||
|
Reference in New Issue
Block a user