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