diff --git a/apps/argocd/values.yaml b/apps/argocd/values.yaml index 4dab577..04cc6b8 100644 --- a/apps/argocd/values.yaml +++ b/apps/argocd/values.yaml @@ -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: /