Skip to content

Commit

Permalink
Merge pull request #7 from aws-exporters/increase_probe_timeouts
Browse files Browse the repository at this point in the history
chore: set probe timeouts
  • Loading branch information
js-timbirkett authored Aug 17, 2021
2 parents facdb8d + 005c17f commit ee1597a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/ecr-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -39,4 +39,4 @@ maintainers:

annotations:
artifacthub.io/changes: |
- Update README
- increase timeoutSeconds on liveness and readiness probes
2 changes: 1 addition & 1 deletion charts/ecr-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ecr-exporter

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)

A Helm chart for the AWS ECR Prometheus exporter

Expand Down
4 changes: 4 additions & 0 deletions charts/ecr-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ spec:
httpGet:
path: /metrics
port: http
periodSeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /metrics
port: http
periodSeconds: 10
timeoutSeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.env }}
Expand Down

0 comments on commit ee1597a

Please sign in to comment.