gitops/helm/test/templates/virtualservice.yaml
2026-07-23 22:00:10 +02:00

17 lines
327 B
YAML

apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: test
namespace: test
spec:
hosts:
- "blah.apps.linvogel.internal"
gateways:
- istio-ingress/istio-gateway
http:
- name: "test-route"
route:
- destination:
host: test.test.svc.cluster.local
port:
number: 80