Feat: add liveness probe

This commit is contained in:
2025-04-18 23:49:39 +08:00
parent d39349724a
commit 3df7a601b9
3 changed files with 20 additions and 0 deletions

View File

@@ -21,3 +21,9 @@ spec:
ports:
- name: http
containerPort: 80
livenessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 5
periodSeconds: 5