mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
30 lines
520 B
YAML
30 lines
520 B
YAML
---
|
|
installCRDs: true
|
|
replicaCount: 3
|
|
|
|
global:
|
|
leaderElection:
|
|
namespace: cert-manager
|
|
|
|
extraArgs:
|
|
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
|
|
- --dns01-recursive-nameservers-only
|
|
|
|
podDnsPolicy: None
|
|
podDnsConfig:
|
|
nameservers:
|
|
- 1.1.1.1
|
|
- 9.9.9.9
|
|
|
|
# Enable Prometheus metrics
|
|
prometheus:
|
|
enabled: true
|
|
servicemonitor:
|
|
enabled: true
|
|
prometheusInstance: default
|
|
targetPort: 9402
|
|
path: /metrics
|
|
interval: 60s
|
|
scrapeTimeout: 30s
|
|
labels:
|
|
release: prometheus |