mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
17 lines
310 B
YAML
17 lines
310 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: n8n
|
|
namespace: n8n
|
|
spec:
|
|
hosts:
|
|
- n8n.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- route:
|
|
- destination:
|
|
host: n8n.n8n.svc.cluster.local
|
|
port:
|
|
number: 80
|