Fix kubernetes configuration for readiness probe
This commit is contained in:
@@ -62,8 +62,9 @@ spec:
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
env:
|
||||
- name: HTTP_PORT
|
||||
value: "8080"
|
||||
|
||||
Reference in New Issue
Block a user