1. Overview¶
1.1. Introduction¶
1.2. Features¶
1.3. Availability¶
1.3.1. Automatic restoring¶
platform-auth
platform-api
platform-web
ita-api-admin
ita-api-organization
ita-api-oase-receiver
ita-web-server
Probe |
Description |
---|---|
Startup Probe |
The Liveness Probe and Readiness Probe checks are deactivated until the Startup Probe succeeds. |
Liveness Probe |
Checks whether to reboot the container or not. |
Readiness Probe |
Checks if the Container is in a state to recieve traffic or not. |
Parameter |
Description |
Setting value |
---|---|---|
httpGet.path |
Specifies path with HTTP GET request. |
(Path for health-checks) |
httpGet.port |
Specifies port with HTTP GET request. |
port-http |
timeoutSeconds |
Specifies Probe timeout(seconds). |
30 |
periodSeconds |
Specifies Probe interval time(seconds). |
10 |
successThreshold |
Specifies smallest number for Probe success. |
1 |
failureThreshold |
Specifies smallest number for Probe failure. |
30 |
Parameter |
Description |
Setting value |
---|---|---|
httpGet.path |
Specifies path with HTTP GET request. |
(Path for health-checks) |
httpGet.port |
Specifies port with HTTP GET request. |
port-http |
timeoutSeconds |
Specifies Probe timeout(seconds). |
30 |
periodSeconds |
Specifies Probe interval time(seconds). |
10 |
successThreshold |
Specifies smallest number for Probe success. |
1 |
failureThreshold |
Specifies smallest number for Probe failure. |
3 |
Parameter |
Description |
Setting value |
---|---|---|
httpGet.path |
Specifies path with HTTP GET request. |
(Path for health-checks) |
httpGet.port |
Specifies port with HTTP GET request. |
port-http |
timeoutSeconds |
Specifies Probe timeout(seconds). |
30 |
periodSeconds |
Specifies Probe interval time(seconds). |
10 |
successThreshold |
Specifies smallest number for Probe success. |
1 |
failureThreshold |
Specifies smallest number for Probe failure. |
3 |