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]>
16 lines
323 B
YAML
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 |