mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 20:41:01 +00:00
19 lines
366 B
YAML
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
|