Skip to content

Commit

Permalink
use new health_check routes for oopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
klausmeyer committed Jan 21, 2023
1 parent da51cd5 commit 1d8afb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/oopsy/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.0
version: 0.1.1

# 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
7 changes: 4 additions & 3 deletions charts/oopsy/RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

| Chart version | App version | Change description |
| :------------ | :------------ | :-------------------- |
| `0.1.0` | `1.0.0-dev` | Initial chart version |
| Chart version | App version | Change description |
| :------------ | :------------ | :-------------------------- |
| `0.1.0` | `1.0.0-dev` | Initial chart version |
| `0.1.1` | `1.0.0-dev` | Changed health-check routes |
4 changes: 2 additions & 2 deletions charts/oopsy/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /ping
path: /health
port: http
readinessProbe:
httpGet:
path: /ping
path: /health/all
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 1d8afb3

Please sign in to comment.