Skip to content

Commit

Permalink
fix: switch cm to podmonitor
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 31, 2024
1 parent e1269fc commit 0d60d84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@ spec:
uninstall:
keepHistory: false
values:
replicaCount: 2
installCRDs: true
replicaCount: 2
dns01RecursiveNameservers: 1.1.1.1:53,9.9.9.9:53
dns01RecursiveNameserversOnly: true
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "9.9.9.9"
prometheus:
enabled: true
servicemonitor:
enabled: true
prometheusInstance: observability
webhook:
replicaCount: 2
cainjector:
replicaCount: 2
prometheus:
enabled: true
podmonitor:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ spec:
keepHistory: false
values:
installCRDs: true
replicaCount: 2
dns01RecursiveNameservers: 1.1.1.1:53,9.9.9.9:53
dns01RecursiveNameserversOnly: true
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "9.9.9.9"
webhook:
replicaCount: 2
cainjector:
replicaCount: 2
prometheus:
enabled: true
servicemonitor:
podmonitor:
enabled: true
prometheusInstance: observability

0 comments on commit 0d60d84

Please sign in to comment.