fix(argocd): remove grpcroute

the tlsroute should be able to handle grpc-connections, having both seem to create some trouble

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-07-20 13:30:16 +02:00
parent 3d2de963b5
commit cb66358a0e
2 changed files with 0 additions and 14 deletions
@@ -1,13 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: GRPCRoute
metadata:
name: argocd
namespace: argocd
spec:
parentRefs:
- { name: internal, namespace: gateway }
hostnames: [ argocd.stonegarden.dev ]
rules:
- backendRefs: [ { name: argocd-server, port: 443 } ]
matches:
- headers: [ { name: Content-Type, value: application/grpc } ]
@@ -3,7 +3,6 @@ kind: Kustomization
resources: resources:
- ns.yaml - ns.yaml
- grpc-route.yaml
- tls-route.yaml - tls-route.yaml
- oidc.yaml - oidc.yaml