Files
Homelabv4/infrastructure/vault/manifests/istio-virtualservice.yaml
T
2026-03-09 20:21:35 -05:00

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