Don't hit metrics endpoint for liveness

We are hitting the metrics point often which can cause load on teh
system, this patch makes changes so we just hit the root instead.

Change-Id: Ifda7ab9dbd5a9513a044ed7988131eb54af5662b
This commit is contained in:
Mohammed Naser 2020-04-18 22:41:58 -04:00
parent f0ee505df2
commit bfdf3febec
2 changed files with 4 additions and 4 deletions

View File

@ -66,11 +66,11 @@ spec:
containerPort: 9442
livenessProbe:
httpGet:
path: /metrics
path: /
port: metrics
readinessProbe:
httpGet:
path: /metrics
path: /
port: metrics
resources:
limits:

View File

@ -62,11 +62,11 @@ spec:
containerPort: 9150
livenessProbe:
httpGet:
path: /metrics
path: /
port: metrics
readinessProbe:
httpGet:
path: /metrics
path: /
port: metrics
resources:
limits: