WIP Setup ArgoCD

This commit is contained in:
2025-08-16 16:50:53 -04:00
parent 907cfef01b
commit e85f84b412
8 changed files with 160 additions and 94 deletions

View File

@@ -0,0 +1,26 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server-ui
namespace: argocd
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: argocd.xai-corp.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argo-cd-server
port:
number: 80
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls