Skip to content

Commit

Permalink
tma - fixed chart on readiness url (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjrouse authored Jun 15, 2023
1 parent 1769685 commit 76cad40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/testmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testmanager
appVersion: 0.1.1
description: A generated Helm Chart for Soniclabs T&M testmanager
version: 0.0.1
version: 0.0.2
type: application
maintainers:
- name: cdecatapult
Expand Down
2 changes: 1 addition & 1 deletion charts/testmanager/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/cam/healthchecks/readiness
path: /api/tma/healthchecks/readiness
port: {{ .Values.config.appPort }}
initialDelaySeconds: 15
timeoutSeconds: 15
Expand Down

0 comments on commit 76cad40

Please sign in to comment.