mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user