🕵️ Remove ArgoCD public exposition

This commit is contained in:
Quentin Campos 2026-06-03 10:27:04 +02:00
parent 2fdb1a221a
commit ef79d29f73

View file

@ -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