kube-eagle-helm-chart icon indicating copy to clipboard operation
kube-eagle-helm-chart copied to clipboard

Helm chart for deployment of kube-eagle

Results 5 kube-eagle-helm-chart issues
Sort by recently updated
recently updated
newest added

Sorry, my english is poor. Current hardcoded Annotations ``` prometheus.io/scrape: "true" prometheus.io/port: {{ .Values.service.port | quote }} prometheus.io/path: "/metrics" ``` Annotations I need ``` prometheus.io/scrape: "false" prometheus.io/scrape_every_5s: "true" prometheus.io/port: {{...

Please add the chart to https://artifacthub.io/

The annotation `kubernetes.io/ingress.class` will be depreacated. See https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation So users have to use the new `ingressClassName` field. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#ingress-v1-networking-k8s-io

* Add label information for each pod-related metrics

It would be nice if grafana dasboards could be added though ConfigMap as it is done in https://github.com/helm/charts/tree/master/stable/prometheus-operator