homelab/values/cert-manager.yaml
Nik Afiq dc86a961be Add cert-manager configurations and scripts for Porkbun and Let's Encrypt integration
- Create .env.example for API credentials
- Update .gitignore to include .env file
- Add cluster issuer configurations for internal CA and Let's Encrypt
- Implement porkbun-secret.sh for creating Kubernetes secrets
- Define Helm values for cert-manager, Gitea, and Pihole with TLS settings
2026-03-06 18:42:02 +09:00

12 lines
301 B
YAML

# cert-manager Helm values
# Deploy:
# helm repo add jetstack https://charts.jetstack.io
# helm repo update
# helm upgrade --install cert-manager jetstack/cert-manager \
# --namespace cert-manager --create-namespace \
# -f values/cert-manager.yaml
crds:
enabled: true
replicaCount: 1