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
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
- name: KC_HOSTNAME
value: "auth-demo.athleticmap.influxdigital.com.br"
- name: KC_HOSTNAME_STRICT
value: "false"
value: "true"
ports:
- containerPort: 8080
- containerPort: 9000
+1 -1
View File
@@ -46,7 +46,7 @@ spec:
- name: KC_HOSTNAME
value: "auth-piloto.athleticmap.influxdigital.com.br"
- name: KC_HOSTNAME_STRICT
value: "false"
value: "true"
ports:
- containerPort: 8080
- containerPort: 9000