11 lines
352 B
YAML
11 lines
352 B
YAML
# k8s/cert-manager/cert-manager-values.yaml
|
|||
|
|
# cert-manager issues every per-hostname cert off homelab-ca and renews the
|
||
|
|
# wildcard cert nginx serves — certmanager_certificate_expiration_timestamp_seconds
|
||
|
|
# is the early-warning signal before any service's TLS breaks.
|
||
|
|
|
||
|
|
prometheus:
|
||
|
|
enabled: true
|
||
|
|
servicemonitor:
|
||
|
|
enabled: true
|
||
|
|
interval: 60s
|