Allow wildcard hosts in ingress provider
This commit is contained in:
parent
85c08312be
commit
03689251c5
5 changed files with 75 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
kind: Endpoints
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: service1
|
||||
namespace: testing
|
||||
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 10.10.0.1
|
||||
ports:
|
||||
- port: 8080
|
Loading…
Add table
Add a link
Reference in a new issue