expose vault UI for wb via istio at vault-srx.wb.ru, routes to vault-vault-contour-active on 8200
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
802f0b44fc
commit
1ae2a13198
@ -71,6 +71,16 @@ spec:
|
|||||||
- vmalert-srx.wb.ru
|
- vmalert-srx.wb.ru
|
||||||
tls:
|
tls:
|
||||||
credentialName: istio-gateway-wildcard-cert
|
credentialName: istio-gateway-wildcard-cert
|
||||||
|
vault:
|
||||||
|
name: vault-gw
|
||||||
|
namespace: gateway
|
||||||
|
selector:
|
||||||
|
istio: ingressgateway
|
||||||
|
servers:
|
||||||
|
- hosts:
|
||||||
|
- vault-srx.wb.ru
|
||||||
|
tls:
|
||||||
|
credentialName: istio-gateway-wildcard-cert
|
||||||
virtualServices:
|
virtualServices:
|
||||||
gitea-vs:
|
gitea-vs:
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
@ -127,3 +137,14 @@ spec:
|
|||||||
prefix: /
|
prefix: /
|
||||||
service: goalert.goalert.svc.cluster.local
|
service: goalert.goalert.svc.cluster.local
|
||||||
port: 8081
|
port: 8081
|
||||||
|
vault-vs:
|
||||||
|
namespace: vault
|
||||||
|
hosts:
|
||||||
|
- vault-srx.wb.ru
|
||||||
|
gateways:
|
||||||
|
- gateway/vault-gw
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /
|
||||||
|
service: vault-vault-contour-active.vault.svc.cluster.local
|
||||||
|
port: 8200
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user