mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
It appears to work without a separate Gateway now. Should investigate if https://github.com/cilium/cilium/issues/32371 can be closed Signed-off-by: Vegard Hagen <[email protected]>
12 lines
279 B
YAML
12 lines
279 B
YAML
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
kind: TLSRoute
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
spec:
|
|
parentRefs:
|
|
- { name: internal, namespace: gateway }
|
|
hostnames: [ argocd.stonegarden.dev ]
|
|
rules:
|
|
- backendRefs: [ { name: argocd-server, port: 443 } ]
|