mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Also stop serving certificate from Argo CD This fixes issues with GatewayAPI/Cilium/ALPN not playing together Signed-off-by: Vegard Hagen <[email protected]>
14 lines
344 B
YAML
14 lines
344 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: argocd-server
|
|
namespace: argocd
|
|
spec:
|
|
parentRefs:
|
|
- { name: internal, namespace: gateway }
|
|
hostnames: [ "argocd.stonegarden.dev" ]
|
|
rules:
|
|
- backendRefs: [ { name: argocd-server, port: 80 } ]
|
|
matches:
|
|
- path: { type: PathPrefix, value: / }
|