mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
14 lines
360 B
YAML
14 lines
360 B
YAML
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 } ]
|