Files
homelab/infra/kubernetes/platform/traefik/certificate-internal.yaml
Julia McGhee f04ecbf5cd Add Gitea self-hosted git/CI/registry to replace GitHub
Deploy Gitea via Helm with dedicated CloudNativePG database,
in-cluster Actions runner (DinD), and built-in container registry.
ArgoCD repoURLs updated to use in-cluster Gitea SSH. Preview
ApplicationSet switched from GitHub PR generator to Gitea PR
generator. App images now pull from gitea.coreworlds.io registry.

Remaining setup after deploy: seal runner token, ArgoCD API token,
and registry pull secret once Gitea is running. Add ArgoCD deploy
key to Gitea repo settings.
2026-03-21 15:43:30 +00:00

65 lines
1.2 KiB
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: argocd-tls
namespace: platform
spec:
secretName: argocd-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- argocd.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: grafana-tls
namespace: platform
spec:
secretName: grafana-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- grafana.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: longhorn-tls
namespace: platform
spec:
secretName: longhorn-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- longhorn.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: harness-tls
namespace: platform
spec:
secretName: harness-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- harness.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: gitea-tls
namespace: platform
spec:
secretName: gitea-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- gitea.coreworlds.io