mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 03:39:20 -07:00
Update Istio k8s proxy example accordingly to 1.29.0+ versions
@@ -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: /
|
||||||
|
|||||||
Reference in New Issue
Block a user