mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
17 lines
322 B
YAML
17 lines
322 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: vault
|
|
namespace: vault
|
|
spec:
|
|
hosts:
|
|
- vault.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- route:
|
|
- destination:
|
|
host: vault.vault.svc.cluster.local
|
|
port:
|
|
number: 8200
|