Add servicemonitor to prod as well
This commit is contained in:
parent
66a84710a7
commit
855ef1d3a0
1 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,15 @@ helm:
|
|||
namespace: cert-manager
|
||||
installCRDs: true
|
||||
targetCustomizations:
|
||||
- name: prod
|
||||
helm:
|
||||
values:
|
||||
prometheus:
|
||||
servicemonitor:
|
||||
enabled: true
|
||||
clusterSelector:
|
||||
matchLabels:
|
||||
env: prod
|
||||
- name: rancher
|
||||
helm:
|
||||
values:
|
||||
|
|
Loading…
Reference in a new issue