mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
18 lines
363 B
YAML
18 lines
363 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: nextcloud
|
|
namespace: nextcloud
|
|
spec:
|
|
hosts:
|
|
- nextcloud.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- timeout: 3600s
|
|
route:
|
|
- destination:
|
|
host: nextcloud.nextcloud.svc.cluster.local
|
|
port:
|
|
number: 8080
|