Files
HetznerTerra/infrastructure/addons/cert-manager/helmrelease-cert-manager.yaml
T

35 lines
649 B
YAML
Raw Normal View History

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cert-manager
namespace: flux-system
spec:
interval: 10m
2026-04-27 00:04:19 +00:00
timeout: 15m
targetNamespace: cert-manager
chart:
spec:
2026-04-26 21:01:01 +00:00
chart: ./infrastructure/charts/cert-manager
sourceRef:
2026-04-26 21:01:01 +00:00
kind: GitRepository
name: platform
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 3
upgrade:
remediation:
retries: 3
values:
crds:
enabled: true
replicaCount: 1
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 250m
memory: 256Mi