Kubernetes ingress provider to search via all endpoints
This commit is contained in:
parent
be81ce244e
commit
5814ba5322
5 changed files with 88 additions and 1 deletions
|
|
@ -0,0 +1,15 @@
|
|||
kind: Ingress
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: ""
|
||||
namespace: testing
|
||||
|
||||
spec:
|
||||
rules:
|
||||
- host: traefik.port
|
||||
http:
|
||||
paths:
|
||||
- path: /port
|
||||
backend:
|
||||
serviceName: service1
|
||||
servicePort: 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue