chore: update docs

This commit is contained in:
Stefan Reimer 2021-07-21 15:15:47 +02:00
parent 98ee25a8d1
commit 95936255c3
2 changed files with 8 additions and 7 deletions

View File

@ -4,17 +4,17 @@
istio:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- if index .Values "metrics" "kube-prometheus-stack" }}
{{- with index .Values "metrics" "kube-prometheus-stack" }}
kube-prometheus-stack:
{{- with index .Values "metrics" "kube-prometheus-stack" }}
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}
{{- if index .Values "metrics" "prometheus-adapter" }}
{{- with index .Values "metrics" "prometheus-adapter" }}
prometheus-adapter:
{{- with index .Values "metrics" "prometheus-adapter" }}
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}
{{- with index .Values "metrics" "prometheus-pushgateway" }}
prometheus-pushgateway:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}

View File

@ -38,9 +38,10 @@ Scheduled snapshots for EBS backed PVCs incl. custom retention and restore.
- hardened and optimized settings for Envoy gateway proxies
- improved deployment strategy to reduce errors during upgrades
- Added various Grafana Dashboards
- version bump to 1.10.2
- version bump to 1.10.3
### Metrics
- Added support for Prometheus PushGateway (optional)
- Added various dashboards for KubeZero modules
- 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