Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Set the path for helm test endpoint (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhimin Xiang <zhimin.xiang@getcruise.com>
Co-authored-by: Zhimin Xiang <zhimin.xiang@getcruise.com>
  • Loading branch information
ZhiminXiang and Zhimin Xiang committed Sep 10, 2023
1 parent a9b3a04 commit 144868f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "x-metrics.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "x-metrics.fullname" . }}:{{ .Values.service.port }}/x-metrics']
restartPolicy: Never

0 comments on commit 144868f

Please sign in to comment.