feat(ente): add readiness probe
All checks were successful
Renovate / renovate (push) Successful in 37s
All checks were successful
Renovate / renovate (push) Successful in 37s
This commit is contained in:
parent
ef96e01b56
commit
438337539b
2 changed files with 10 additions and 0 deletions
|
@ -33,5 +33,10 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 3000
|
||||
path: /
|
||||
scheme: HTTP
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
|
@ -33,5 +33,10 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 3000
|
||||
path: /
|
||||
scheme: HTTP
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
Loading…
Reference in a new issue