>
> Hi,
>
>
I have installed karma as a deployment in minikube using this command (helm 
install --generate-name -f values.yaml stable/karma), with following 
values.yaml.

i have prometheus operator running in localhost:9090 portforward.. still i 
get this error. do i need to create ingress or a private url for prom 
operator and assign that to uri of values.yaml? please help. thanks.

alertmanager:
  interval: 60s
  servers:
    - name: local
      uri: http://localhost:9090
      timeout: 10s
      proxy: true
      readonly: false
annotations:
  default:
    hidden: false
  hidden:
    - help
  visible: []
custom:
  css: /custom.css
  js: /custom.js
debug: false
filters:
  default:
    - "@receiver=by-cluster-service"
karma:
  name: karma-prod
labels:
  color:
    static:
      - job
    unique:
      - cluster
      - instance
      - "@receiver"
  keep: []
  strip: []
listen:
  address: "0.0.0.0"
  port: 8080
  prefix: /
log:
  config: false
  level: info
silences:
  comments:
    linkDetect:
      rules:
        - regex: "(DEVOPS-[0-9]+)"
          uriTemplate: https://jira.example.com/browse/$1
receivers:
  keep: []
  strip: []
sentry:
  private: secret
  public: 123456789
silenceForm:
  strip:
    labels:
      - job
ui:
  refresh: 30s
  hideFiltersWhenIdle: true
  colorTitlebar: false
  minimalGroupWidth: 420
  alertsPerGroup: 5
  collapseGroups: collapsedOnMobile

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/139a816a-bb1b-4371-bed8-0f27a8f38dddn%40googlegroups.com.

Reply via email to