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
kind: HTTPRoute
metadata:
name: argocd-server
namespace: argocd
spec:
parentRefs: parentRefs:
- name: traefik-gateway - name: traefik-gateway
namespace: traefik namespace: traefik
sectionName: websecure sectionName: websecure
hostnames: hostnames:
- "argocd.noxxos.nl" - argocd.noxxos.nl
rules: rules:
- matches: - matches:
- path: - path:
type: PathPrefix type: PathPrefix
value: / value: /
backendRefs:
- name: argocd-server
port: 80