feat(ente): add readiness probe
All checks were successful
Renovate / renovate (push) Successful in 37s

This commit is contained in:
Peter 2024-06-25 20:26:44 +02:00
parent ef96e01b56
commit 438337539b
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 10 additions and 0 deletions

View file

@ -33,5 +33,10 @@ spec:
ports:
- name: http
containerPort: 3000
readinessProbe:
httpGet:
port: 3000
path: /
scheme: HTTP
nodeSelector:
kubernetes.io/arch: arm64

View file

@ -33,5 +33,10 @@ spec:
ports:
- name: http
containerPort: 3000
readinessProbe:
httpGet:
port: 3000
path: /
scheme: HTTP
nodeSelector:
kubernetes.io/arch: arm64