Fix api deployment [health/ready] (#62)
This commit is contained in:
parent
303b731d60
commit
fcc6e4e5e4
|
@ -45,7 +45,7 @@ spec:
|
|||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
path: /api/ready
|
||||
path: /api/v1/ready
|
||||
port: {{ .PORT }}
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 30
|
||||
|
@ -53,7 +53,7 @@ spec:
|
|||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
path: /api/health
|
||||
path: /api/v1/health
|
||||
port: {{ .PORT }}
|
||||
env:
|
||||
- name: WORMSCAN_PORT
|
||||
|
|
|
@ -9,4 +9,4 @@ RESOURCES_REQUESTS_MEMORY=128Mi
|
|||
RESOURCES_REQUESTS_CPU=250m
|
||||
WORMSCAN_RUNMODE=DEVELOPMENT
|
||||
WORMSCAN_LOGLEVEL=INFO
|
||||
HOSTNAME=staging-api.wormscan.io
|
||||
HOSTNAME=api.staging.wormscan.io
|
||||
|
|
Loading…
Reference in New Issue