fix spelling mistake (#8380)

pull/8381/head
Aarushi 2024-10-21 10:39:59 +01:00 committed by GitHub
parent 30376a8ec8
commit f19ed9f652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ resources:
livenessProbe:
httpGet:
path: /heath
path: /health
port: 8006
initialDelaySeconds: 30
periodSeconds: 10

View File

@ -80,7 +80,7 @@ livenessProbe:
failureThreshold: 6
readinessProbe:
httpGet:
path: /heath
path: /health
port: 8006
initialDelaySeconds: 30
periodSeconds: 10