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