diff --git a/charts/azure-app-exporter/README.md b/charts/azure-app-exporter/README.md new file mode 100644 index 0000000..7908b9e --- /dev/null +++ b/charts/azure-app-exporter/README.md @@ -0,0 +1,70 @@ +# azure-app-exporter + +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.19](https://img.shields.io/badge/AppVersion-0.1.19-informational?style=flat-square) + +Exposing Prometheus Metrics for Azure Service Principals + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Marcel Körtgen | | | + +## Source Code + +* + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| autoscaling.enabled | bool | `false` | | +| autoscaling.maxReplicas | int | `100` | | +| autoscaling.minReplicas | int | `1` | | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| azure.client.id | string | `"-unset-"` | The AppId of the Service Principal for listing Azure applications | +| azure.client.secret | string | `"-unset-"` | The Client Secret of the Service Principal | +| azure.enabled | bool | `false` | Enable connection to Azure | +| azure.tenant | string | `"-unset-"` | Your Azure Tenant Id | +| fullnameOverride | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/mkoertgen/azure-app-exporter/azure-app-exporter"` | The container image repository to use | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | object | `{}` | | +| ingress.className | string | `""` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"chart-example.local"` | | +| ingress.hosts[0].paths[0].path | string | `"/"` | | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | +| ingress.tls | list | `[]` | | +| metrics.enabled | bool | `true` | Enable Prometheus metrics | +| metrics.serviceMonitor.additionalLabels | list | `[]` | | +| metrics.serviceMonitor.enabled | bool | `false` | Enable a [ServiceMonitor](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitorspec) | +| metrics.serviceMonitor.honorLabels | bool | `false` | | +| metrics.serviceMonitor.jobLabel | string | `""` | | +| metrics.serviceMonitor.metricRelabelings | list | `[]` | | +| metrics.serviceMonitor.namespace | string | `""` | | +| metrics.serviceMonitor.namespaceSelector | object | `{}` | | +| metrics.serviceMonitor.relabelings | list | `[]` | | +| metrics.serviceMonitor.scrapeInterval | string | `"30s"` | | +| metrics.serviceMonitor.targetLabels | list | `[]` | | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podAnnotations | object | `{}` | | +| podSecurityContext | object | `{}` | | +| replicaCount | int | `1` | | +| resources | object | `{}` | | +| securityContext | object | `{}` | | +| service.port | int | `8000` | | +| service.type | string | `"ClusterIP"` | | +| serviceAccount.annotations | object | `{}` | | +| serviceAccount.create | bool | `true` | | +| serviceAccount.name | string | `""` | | +| tolerations | list | `[]` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)