mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
32 lines
625 B
YAML
32 lines
625 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: DestinationRule
|
|
metadata:
|
|
name: nessus
|
|
namespace: nessus
|
|
spec:
|
|
host: nessus.nessus.svc.cluster.local
|
|
trafficPolicy:
|
|
tls:
|
|
mode: SIMPLE
|
|
sni: nessus.nessus.svc.cluster.local
|
|
insecureSkipVerify: true
|
|
|
|
---
|
|
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: nessus
|
|
namespace: nessus
|
|
spec:
|
|
hosts:
|
|
- nessus.kube.huskypup.net
|
|
gateways:
|
|
- istio-system/edge
|
|
http:
|
|
- timeout: 3600s
|
|
route:
|
|
- destination:
|
|
host: nessus.nessus.svc.cluster.local
|
|
port:
|
|
number: 8834
|