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: global:
domain: argocd.noxxos.nl domain: argocd.noxxos.nl
configs:
params:
server.insecure: true
server: server:
ingress: ingress:
enabled: false enabled: false
httproute:
extraObjects: enabled: true
- apiVersion: gateway.networking.k8s.io/v1 parentRefs:
kind: HTTPRoute - name: traefik-gateway
metadata: namespace: traefik
name: argocd-server sectionName: websecure
namespace: argocd hostnames:
spec: - argocd.noxxos.nl
parentRefs: rules:
- name: traefik-gateway - matches:
namespace: traefik - path:
sectionName: websecure type: PathPrefix
hostnames: value: /
- "argocd.noxxos.nl"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: argocd-server
port: 80