Add notification setting validation API

Signed-off-by: root <dehaocheng@yunify.com>
This commit is contained in:
root
2021-09-03 15:02:58 +08:00
parent 9455ab92a9
commit c455afeccf
13 changed files with 2707 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ data:
{{- end }}
monitoring:
endpoint: {{ .Values.config.monitoring.endpoint | default "http://prometheus-operated.kubesphere-monitoring-system.svc:9090" }}
notification:
endpoint: {{ .Values.config.notification.endpoint | default "http://notification-manager-svc.kubesphere-monitoring-system.svc:19093" }}
{{- with .Values.config.servicemesh }}
servicemesh:
{{- toYaml . | nindent 6 }}