chore: health check deploy
This commit is contained in:
parent
7f47f2c83a
commit
cdd111036a
|
|
@ -48,10 +48,11 @@ spec:
|
|||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
httpGet:
|
||||
path: /api/healthcheck
|
||||
port: 3000
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
periodSeconds: 20
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 3000
|
||||
|
|
|
|||
|
|
@ -64,10 +64,11 @@ spec:
|
|||
- name: xlog-image
|
||||
mountPath: /app/.next/cache/images
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
httpGet:
|
||||
path: /api/healthcheck
|
||||
port: 3000
|
||||
initialDelaySeconds: 40
|
||||
periodSeconds: 10
|
||||
periodSeconds: 20
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 3000
|
||||
|
|
|
|||
Loading…
Reference in New Issue