sec: KC_HOSTNAME_STRICT=true; argocd no dominio branded

This commit is contained in:
ATM Platform
2026-06-16 21:18:19 +00:00
parent c39a706555
commit 4b8096192a
3 changed files with 27 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
# Exposição do ArgoCD via Traefik com TLS (Let's Encrypt)
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd
namespace: argocd
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
tls:
- hosts:
- argocd.athleticmap.influxdigital.com.br
secretName: argocd-tls
rules:
- host: argocd.athleticmap.influxdigital.com.br
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 80