mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Also change Argo CD to use a proper certificate Signed-off-by: Vegard Hagen <[email protected]>
16 lines
295 B
YAML
16 lines
295 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
|