mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
16 lines
299 B
YAML
16 lines
299 B
YAML
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: truenas
|
|
namespace: truenas
|
|
spec:
|
|
parentRefs:
|
|
- name: tls-passthrough
|
|
namespace: gateway
|
|
hostnames:
|
|
- "truenas.stonegarden.dev"
|
|
rules:
|
|
- backendRefs:
|
|
- name: truenas
|
|
port: 443
|