Files
homelab-v/k8s/infra/controllers/argocd/grpc-service.yaml
T
Vegard Hagen 5c14ae1682 fix(argocd): use http-route and grpc-route instead of a single tls-route
Also stop serving certificate from Argo CD

This fixes issues with GatewayAPI/Cilium/ALPN not playing together

Signed-off-by: Vegard Hagen <[email protected]>
2025-10-27 09:32:37 +01:00

16 lines
323 B
YAML

apiVersion: v1
kind: Service
metadata:
name: argocd-server-grpc
namespace: argocd
spec:
type: ClusterIP
selector:
app.kubernetes.io/instance: argocd
app.kubernetes.io/name: argocd-server
ports:
- name: grpc
port: 80
protocol: TCP
appProtocol: kubernetes.io/h2c
targetPort: 8080