homelab-gitops/stirling-pdf/virtualservice.yaml
gwg313 529cc6f29f
add stirling-pdf
Signed-off-by: gwg313 <gwg313@pm.me>
2026-01-06 13:50:05 -05:00

19 lines
366 B
YAML

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