Skip to content

Commit 2fa23fb

Browse files
[jaeger] Add default probes path for hotrod (#651)
* add deafult path Signed-off-by: chahat sagar <[email protected]> * fix Signed-off-by: chahat sagar <[email protected]> * add deafult path Signed-off-by: chahat sagar <[email protected]> --------- Signed-off-by: chahat sagar <[email protected]>
1 parent 6faf1f0 commit 2fa23fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/jaeger/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,9 @@ hotrod:
11231123
tracing:
11241124
host: null
11251125
port: 6831
1126-
1126+
livenessProbe:
1127+
path: /
1128+
readinessProbe:
1129+
path: /
11271130
# Array with extra yaml objects to install alongside the chart. Values are evaluated as a template.
11281131
extraObjects: []

0 commit comments

Comments
 (0)