mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-13 17:17:43 +02:00
Docs: Update Istio VirtualService example (#1006)
It's necessary to specify the destination port for Pomerium services
This commit is contained in:
parent
c049d87362
commit
a98d39c5af
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@ spec:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: pomerium-proxy
|
host: pomerium-proxy
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
kind: VirtualService
|
kind: VirtualService
|
||||||
|
@ -27,4 +29,6 @@ spec:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: pomerium-authenticate
|
host: pomerium-authenticate
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue