Merge pull request #4216 from wenchajun/notification

Add notification setting validation API
This commit is contained in:
KubeSphere CI Bot
2021-09-16 14:25:51 +08:00
committed by GitHub
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 }}

View File

@@ -43,6 +43,7 @@ config:
jwtSecret: ""
multicluster: {}
monitoring: {}
notification: {}
imagePullSecrets: []
nameOverride: ""