Skip to content

Commit

Permalink
Merge pull request #43 from element-hq/rdanzey/gitlab-matrix-project-…
Browse files Browse the repository at this point in the history
…bot-healthchecks

Fix gitlab-matrix-project-bot health checks
  • Loading branch information
Arkaniad authored Sep 13, 2024
2 parents 4f38a4a + c1a7240 commit 754c21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/github-matrix-project-bot/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.1.1
version: 0.1.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 Down
4 changes: 2 additions & 2 deletions charts/github-matrix-project-bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ resources: {}

livenessProbe:
httpGet:
path: /
path: /health
port: http
readinessProbe:
httpGet:
path: /
path: /health
port: http

autoscaling:
Expand Down

0 comments on commit 754c21d

Please sign in to comment.