From ef79d29f73c42902ed26fc85b6b6bb195a28a387 Mon Sep 17 00:00:00 2001 From: Quentin Campos Date: Wed, 3 Jun 2026 10:27:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B5=EF=B8=8F=20Remove=20ArgoCD=20publi?= =?UTF-8?q?c=20exposition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/argocd/argocd-ingress.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 platform/argocd/argocd-ingress.yaml diff --git a/platform/argocd/argocd-ingress.yaml b/platform/argocd/argocd-ingress.yaml deleted file mode 100644 index 268b8dc..0000000 --- a/platform/argocd/argocd-ingress.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# For the ingress that connects to the HTTP port of ArgoCD -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: argocd-server-ingress - namespace: argocd - annotations: - cert-manager.io/cluster-issuer: "letsencrypt-http" - traefik.ingress.kubernetes.io/router.tls: "true" -spec: - ingressClassName: traefik - tls: - - hosts: - - argo.qcampos.fr - secretName: argocd-server-tls - rules: - - host: argo.qcampos.fr - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: argocd-server - port: - number: 80