Skip to content

Commit

Permalink
cma - bumped chart to 0.0.3 to fix healthcheck endpoint (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjrouse authored Sep 14, 2023
1 parent 7e55778 commit 7a614b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/configmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: configmanager
appVersion: 0.1.1
description: A generated Helm Chart for Soniclabs T&M configmanager
version: 0.0.2
version: 0.0.3
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/configmanager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- containerPort: {{ .Values.config.appPort }}
livenessProbe:
httpGet:
path: /api/dma/healthchecks/readiness
path: /api/cma/healthchecks/readiness
port: {{ .Values.config.appPort }}
initialDelaySeconds: 15
timeoutSeconds: 15
Expand Down

0 comments on commit 7a614b5

Please sign in to comment.