chore: update docs
This commit is contained in:
parent
a0de753b63
commit
5c52ad6cd3
@ -4,17 +4,17 @@
|
|||||||
istio:
|
istio:
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if index .Values "metrics" "kube-prometheus-stack" }}
|
{{- with index .Values "metrics" "kube-prometheus-stack" }}
|
||||||
kube-prometheus-stack:
|
kube-prometheus-stack:
|
||||||
{{- with index .Values "metrics" "kube-prometheus-stack" }}
|
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if index .Values "metrics" "prometheus-adapter" }}
|
{{- with index .Values "metrics" "prometheus-adapter" }}
|
||||||
prometheus-adapter:
|
prometheus-adapter:
|
||||||
{{- with index .Values "metrics" "prometheus-adapter" }}
|
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with index .Values "metrics" "prometheus-pushgateway" }}
|
||||||
|
prometheus-pushgateway:
|
||||||
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -38,9 +38,10 @@ Scheduled snapshots for EBS backed PVCs incl. custom retention and restore.
|
|||||||
- hardened and optimized settings for Envoy gateway proxies
|
- hardened and optimized settings for Envoy gateway proxies
|
||||||
- improved deployment strategy to reduce errors during upgrades
|
- improved deployment strategy to reduce errors during upgrades
|
||||||
- Added various Grafana Dashboards
|
- Added various Grafana Dashboards
|
||||||
- version bump to 1.10.2
|
- version bump to 1.10.3
|
||||||
|
|
||||||
### Metrics
|
### Metrics
|
||||||
|
- Added support for Prometheus PushGateway (optional)
|
||||||
- Added various dashboards for KubeZero modules
|
- Added various dashboards for KubeZero modules
|
||||||
- Updated / improved dashboard organization incl. folders and tags
|
- Updated / improved dashboard organization incl. folders and tags
|
||||||
- Grafana Dashboards are now all provided via configmaps, no more state required, also no more manual changes persisted
|
- Grafana Dashboards are now all provided via configmaps, no more state required, also no more manual changes persisted
|
||||||
|
Loading…
Reference in New Issue
Block a user