mirror of
https://github.com/resmoio/kubernetes-event-exporter.git
synced 2026-02-14 14:39:50 +00:00
* Updated packages, tidied and changed package name from opsgenie to resmoio * Handle removal of clusterName from API and leader election api change * Update Dockerfile Go to 1.19 * Test case for parsing minCount properly for #43 * more extensive test case to also match apiVersion config
10 lines
167 B
YAML
10 lines
167 B
YAML
logLevel: error
|
|
logFormat: json
|
|
clusterName: my-super-local-cluster
|
|
route:
|
|
routes:
|
|
- match:
|
|
- receiver: "dump"
|
|
receivers:
|
|
- name: "dump"
|
|
stdout: {} |