mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:41:03 +00:00
19 lines
359 B
YAML
19 lines
359 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: linkwarden
|
|
namespace: linkwarden
|
|
spec:
|
|
hosts:
|
|
- bookmarks.gwg313.xyz
|
|
gateways:
|
|
- linkwarden-gateway
|
|
http:
|
|
- match:
|
|
- uri:
|
|
prefix: /
|
|
route:
|
|
- destination:
|
|
host: linkwarden
|
|
port:
|
|
number: 80
|