Files
argocd-apps/apps/overlays/au-syd1/cert-manager/values.yaml
T
unkinben ed300fabed feat: migrate cert-manager from Terraform to ArgoCD (#42)
- Add cert-manager base ArgoCD application with namespace, RBAC resources
- Create cert-manager overlay for au-syd1 with Helm chart configuration
- Update platform ApplicationSet to include cert-manager deployment
- Configure cert-manager v1.19.2 with jetstack Helm repository
- Maintain one-to-one migration from Terraform configuration

Reviewed-on: #42
2026-03-19 01:18:19 +11:00

30 lines
362 B
YAML

crds:
enabled: true
replicaCount: 2
resources:
requests:
cpu: 10m
memory: 32Mi
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
webhook:
replicaCount: 2
resources:
requests:
cpu: 10m
memory: 32Mi
cainjector:
replicaCount: 2
resources:
requests:
cpu: 10m
memory: 32Mi