Fix wildcard hostname issue
This commit is contained in:
parent
c4fa96c41e
commit
d4f0a9ff62
8 changed files with 193 additions and 1 deletions
|
|
@ -0,0 +1,19 @@
|
|||
kind: Ingress
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: ""
|
||||
namespace: testing
|
||||
|
||||
spec:
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- path: /foo/bar
|
||||
backend:
|
||||
serviceName: service1
|
||||
servicePort: 80
|
||||
|
||||
- path: /foo-bar
|
||||
backend:
|
||||
serviceName: service1
|
||||
servicePort: 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue