-
Notifications
You must be signed in to change notification settings - Fork 291
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
3 changed files
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
apiVersion: v2 | ||
name: asqe | ||
description: |- | ||
AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus. | ||
type: application | ||
version: 0.1.0 | ||
appVersion: "v1.0.2" | ||
home: https://github.com/deliveryhero/asqe | ||
maintainers: | ||
- name: nyambati | ||
email: [email protected] |
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,6 +2,10 @@ | |
|
||
![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: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square) | ||
|
||
AWS Service Quotas Exporter for Prometheus. export AWS Service adjustable quotas to Prometheus. | ||
|
||
**Homepage:** <https://github.com/deliveryhero/asqe> | ||
|
||
## How to install this chart | ||
|
||
Add Delivery Hero public chart repo: | ||
|
@@ -67,3 +71,8 @@ helm install my-release deliveryhero/asqe -f values.yaml | |
| serviceAccount.name | string | `""` | | | ||
| tolerations | list | `[]` | | | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| nyambati | <[email protected]> | | |
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,2 @@ | ||
# Pod does not start without real API key | ||
replicas: 0 |