From 6c2989ee53e0481b21a743f8e03bfecf150c5c24 Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 27 Oct 2025 09:10:55 +0100 Subject: [PATCH] headlamp to http --- argocd/apps/headlamp/values-headlamp.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/argocd/apps/headlamp/values-headlamp.yaml b/argocd/apps/headlamp/values-headlamp.yaml index d5e62df..2e5df39 100644 --- a/argocd/apps/headlamp/values-headlamp.yaml +++ b/argocd/apps/headlamp/values-headlamp.yaml @@ -26,17 +26,12 @@ spec: enabled: true ingressClassName: "traefik" annotations: - cert-manager.io/cluster-issuer: lets-encrypt - traefik.ingress.kubernetes.io/router.entrypoints: websecure + traefik.ingress.kubernetes.io/router.entrypoints: web hosts: - host: headlamp.innohub.local paths: - path: / type: ImplementationSpecific - tls: - - secretName: headlamp-tls - hosts: - - headlamp.innohub.local destination: server: 'https://kubernetes.default.svc' @@ -47,5 +42,4 @@ spec: selfHeal: true prune: true syncOptions: - - CreateNamespace=true - \ No newline at end of file + - CreateNamespace=true \ No newline at end of file