feat: ArgoCD extern erreichbar + RBAC-Grundkonfiguration

Ingress via Traefik auf argocd.unreg-hdw.de mit Let's Encrypt,
insecure-Mode für TLS-Terminierung durch Traefik, lokale User
und RBAC-Vorlage (role:readonly).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
HDW
2026-06-03 20:50:05 +02:00
parent 933e4558a7
commit fb25dc8299
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
namespace: argocd
data:
server.insecure: "true"