11 lines
177 B
YAML
11 lines
177 B
YAML
startupProbe:
|
|
initialDelaySeconds: 1
|
|
periodSeconds: 5
|
|
timeoutSeconds: 1
|
|
successThreshold: 1
|
|
failureThreshold: 1
|
|
httpGet:
|
|
scheme: HTTP
|
|
path: /
|
|
port: http
|