mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Update Istio k8s proxy example accordingly to 1.29.0+ versions
parent
a675f4c4da
commit
1be2380268
1 changed files with 1 additions and 9 deletions
|
@ -924,7 +924,7 @@ To test, if you navigate in a browser to /notifications/hub then you should get
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Istio k8s (by <a href="https://github.com/dpoke" target="_blank">@dpoke</a>)</summary><br/>
|
<summary>Istio k8s - v1.29.0+ (by <a href="https://github.com/asenyaev" target="_blank">@asenyaev</a>)</summary><br/>
|
||||||
|
|
||||||
```gateway+vs
|
```gateway+vs
|
||||||
apiVersion: networking.istio.io/v1beta1
|
apiVersion: networking.istio.io/v1beta1
|
||||||
|
@ -965,14 +965,6 @@ spec:
|
||||||
gateways:
|
gateways:
|
||||||
- vaultwarden-gateway
|
- vaultwarden-gateway
|
||||||
http:
|
http:
|
||||||
- match:
|
|
||||||
- uri:
|
|
||||||
exact: /notifications/hub
|
|
||||||
route:
|
|
||||||
- destination:
|
|
||||||
port:
|
|
||||||
number: 3012
|
|
||||||
host: vaultwarden-ws
|
|
||||||
- match:
|
- match:
|
||||||
- uri:
|
- uri:
|
||||||
prefix: /
|
prefix: /
|
||||||
|
|
Loading…
Reference in a new issue