mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 15:17:39 +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:
|
||||
- destination:
|
||||
host: pomerium-proxy
|
||||
port:
|
||||
number: 80
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
|
@ -27,4 +29,6 @@ spec:
|
|||
- route:
|
||||
- destination:
|
||||
host: pomerium-authenticate
|
||||
port:
|
||||
number: 80
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue