Use httproute section in ArgoCD helm chart

This commit is contained in:
Marco van Zijl 2025-11-08 17:59:03 +01:00
parent 48ef149b96
commit dfea081ee3

View File

@ -2,28 +2,23 @@ argo-cd:
global:
domain: argocd.noxxos.nl
configs:
params:
server.insecure: true
server:
ingress:
enabled: false
extraObjects:
- apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: argocd-server
namespace: argocd
spec:
parentRefs:
- name: traefik-gateway
namespace: traefik
sectionName: websecure
hostnames:
- "argocd.noxxos.nl"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: argocd-server
port: 80
httproute:
enabled: true
parentRefs:
- name: traefik-gateway
namespace: traefik
sectionName: websecure
hostnames:
- argocd.noxxos.nl
rules:
- matches:
- path:
type: PathPrefix
value: /