Minor fixes

This commit is contained in:
Nikolai Rodionov 2024-07-15 07:49:33 +02:00
parent b9c7c19576
commit b5e2e6bf23
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@ workload:
livenessProbe:
httpGet:
path: /api/app/about
port: mealie
port: 9000
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
httpGet:
path: /api/app/about
port: mealie
port: 9000
initialDelaySeconds: 10
periodSeconds: 10