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
|
namespace: cert-manager
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
targetCustomizations:
|
targetCustomizations:
|
||||||
|
- name: prod
|
||||||
|
helm:
|
||||||
|
values:
|
||||||
|
prometheus:
|
||||||
|
servicemonitor:
|
||||||
|
enabled: true
|
||||||
|
clusterSelector:
|
||||||
|
matchLabels:
|
||||||
|
env: prod
|
||||||
- name: rancher
|
- name: rancher
|
||||||
helm:
|
helm:
|
||||||
values:
|
values:
|
||||||
|
|
Loading…
Reference in a new issue