Uday Kiran

Results 3 comments of Uday Kiran

use insecure_skip_verify: true under http_config. See documentation. https://prometheus.io/docs/alerting/configuration/#http_config

Something like this ``` apiVersion: v1 kind: ConfigMap metadata: name: kubewatch namespace: kube-system labels: app: kubewatch data: .kubewatch.yaml: | handler: hipchat: token: "asdasdasdasd" room: "42" url: "https://hipchat.internal/v2/" resource: deployment: true...

> problem solve. Just add some rules to prometheus-operator > > ```yaml > apiVersion: rbac.authorization.k8s.io/v1 > kind: ClusterRole > metadata: > name: prometheus-operator > namespace: monitoring > rules: > -...