-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
127 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ helm 3.14.2 | |
awscli 2.7.14 | ||
pre-commit 2.20.0 | ||
task 3.35.1 | ||
golang 1.22.0 | ||
helm-docs 1.13.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ tasks: | |
docker:build: | ||
cmds: | ||
- docker build -t {{ .DOCKER_IMAGE }} . | ||
helm:docs: | ||
cmds: | ||
- helm-docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Helm Chart for aws-service-quotas-exporter | ||
|
||
## Repository | ||
```bash | ||
helm repo add cloudflare-exporter https://lablabs.github.io/aws-service-quotas-exporter/ | ||
helm install aws-service-quotas-exporter/aws-service-quotas-exporter | ||
``` | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| autoscaling.enabled | bool | `false` | | | ||
| autoscaling.maxReplicas | int | `100` | | | ||
| autoscaling.minReplicas | int | `1` | | | ||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | ||
| env | string | `nil` | Pod env section to configure | | ||
| exporter.address | string | `"0.0.0.0:8080"` | Address of http endpoint | | ||
| exporter.config.metrics | list | `[]` | Metrics config, example [config/example.yaml](../../config/example.yaml) | | ||
| exporter.config.quotas | list | `[]` | Quotas config, example [config/example.yaml](../../config/example.yaml) | | ||
| exporter.config.scrape | string | `nil` | | | ||
| exporter.log.format | string | `"json"` | Log format, default json | | ||
| exporter.log.level | string | `"DEBUG"` | Log level for exporter | | ||
| fullnameOverride | string | `""` | full name override | | ||
| image.pullPolicy | string | `"Always"` | pull Policy | | ||
| image.repository | string | `"ghcr.io/lablabs/aws-service-quotas-exporter"` | image repository path | | ||
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. | | ||
| imagePullSecrets | list | `[]` | image pull Secrets | | ||
| livenessProbe.httpGet.path | string | `"/"` | | | ||
| livenessProbe.httpGet.port | string | `"http"` | | | ||
| nameOverride | string | `""` | helm name override | | ||
| nodeSelector | object | `{}` | | | ||
| podAnnotations | object | `{}` | pod annotations | | ||
| podLabels | object | `{}` | pod labels | | ||
| podSecurityContext | object | `{}` | | | ||
| readinessProbe.httpGet.path | string | `"/"` | | | ||
| readinessProbe.httpGet.port | string | `"http"` | | | ||
| replicaCount | int | `1` | number of replicca | | ||
| resources | object | `{}` | | | ||
| securityContext | object | `{}` | | | ||
| service.port | int | `8080` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account | | ||
| serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? | | ||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created | | ||
| serviceAccount.name | string | `""` | If not set and create is true, a name is generated using the fullname template | | ||
| serviceMonitor.enabled | bool | `false` | When set true then use a ServiceMonitor to configure scraping | | ||
| serviceMonitor.interval | string | `"30s"` | Set how frequently Prometheus should scrape | | ||
| serviceMonitor.labels | object | `{}` | Service monitor labels | | ||
| serviceMonitor.metricRelabelings | list | `[]` | | | ||
| serviceMonitor.namespace | string | `""` | Set the namespace the ServiceMonitor should be deployed, if empty namespace will be .Release.Namespace | | ||
| serviceMonitor.relabelings | list | `[]` | Set relabel_configs as per https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config | | ||
| serviceMonitor.targetLabels | list | `[]` | Set of labels to transfer on the Kubernetes Service onto the target. | | ||
| serviceMonitor.telemetryPath | string | `"/metrics"` | Set path to exporter telemtery-path | | ||
| serviceMonitor.timeout | string | `"10s"` | Set timeout for scrape | | ||
| tolerations | list | `[]` | | | ||
| volumeMounts | list | `[]` | | | ||
| volumes | list | `[]` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Helm Chart for aws-service-quotas-exporter | ||
|
||
|
||
## Repository | ||
```bash | ||
helm repo add cloudflare-exporter https://lablabs.github.io/aws-service-quotas-exporter/ | ||
helm install aws-service-quotas-exporter/aws-service-quotas-exporter | ||
``` | ||
|
||
{{ template "chart.requirementsSection" . }} | ||
|
||
{{ template "chart.valuesSection" . }} | ||
|
||
{{ template "helm-docs.versionFooter" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters