Minor fixes
This commit is contained in:
parent
b9c7c19576
commit
b5e2e6bf23
Binary file not shown.
@ -22,13 +22,13 @@ workload:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/app/about
|
path: /api/app/about
|
||||||
port: mealie
|
port: 9000
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/app/about
|
path: /api/app/about
|
||||||
port: mealie
|
port: 9000
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user