Closed vquie closed 6 months ago
servicemonitor.yaml
deployment.yaml
values.yaml
deployment.yaml:
---
values.yaml:
serviceMonitor
enabled
false
interval
60s
scrapeTimeout
20s
servicemonitor.yaml:
These changes aim to enhance the monitoring capabilities of our deployments by optionally enabling ServiceMonitor configurations.
Please review the changes and provide feedback or approval for merging.
Thanks very much @vquie
Summary
servicemonitor.yaml
template for ServiceMonitor resource.deployment.yaml
to include YAML front matter.values.yaml
to include ServiceMonitor configuration options.Details
deployment.yaml:
---
) to the beginning of the file for proper YAML formatting.values.yaml:
serviceMonitor
section with the following default values:enabled
:false
interval
:60s
scrapeTimeout
:20s
servicemonitor.yaml:
These changes aim to enhance the monitoring capabilities of our deployments by optionally enabling ServiceMonitor configurations.
Testing
Please review the changes and provide feedback or approval for merging.