homelab-gitops/focalboard/virtualservice.yaml
gwg313 a958b153c4
add focalboard
Signed-off-by: gwg313 <gwg313@pm.me>
2026-01-05 15:42:08 -05:00

21 lines
407 B
YAML

apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: focalboard
namespace: focalboard
spec:
hosts:
- pm.local.gwg313.xyz
- pm.gwg313.xyz
- pm.zerotier.gwg313.xyz
gateways:
- focalboard-gateway
http:
- match:
- uri:
prefix: /
route:
- destination:
host: focalboard
port:
number: 80