You can now create prometheus-operator `ServiceMonitor` and `PrometheusRule` via values.
As this being a feature addition, the chart minor version number is bumped.
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
This feature enables you to make your values.yaml a bit more DRY by referencing chart values from within the envoy.yaml template by using the `{{ .Values.foo.bar }}`.
This also adds mumoshu as an co-owner of this chart.
Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
- Remove serviceName as it is not defined for Deployment
- Move terminationGracePeriodSeconds from Deployment spec to pod
template spec
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>