diff --git a/docs/configuration/examples/kubernetes/istio/virtual-services.yml b/docs/configuration/examples/kubernetes/istio/virtual-services.yml index c784dc475..8a90b5a96 100644 --- a/docs/configuration/examples/kubernetes/istio/virtual-services.yml +++ b/docs/configuration/examples/kubernetes/istio/virtual-services.yml @@ -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 ---