Skip to content

Commit 3b7b1fc

Browse files
committed
Update async api docs
1 parent d88bca8 commit 3b7b1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/workloads/async/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
mem: <string> # memory request for the container; one unit of memory is one byte and can be expressed as an integer or by using one of these suffixes: K, M, G, T (or their power-of two counterparts: Ki, Mi, Gi, Ti) (default: Null)
2020
shm: <string> # size of shared memory (/dev/shm) for sharing data between multiple processes, e.g. 64Mi or 1Gi (default: Null)
2121
readiness_probe: # periodic probe of container readiness; traffic will not be sent into the pod unless all containers' readiness probes are succeeding (optional)
22-
http_get: # specifies an http endpoint which must respond with status code 200 (only one of http_get, tcp_socket, and exec may be specified)
22+
http_get: # specifies an http endpoint which must respond with status code 200 (only one of http_get and tcp_socket may be specified)
2323
port: <int|string> # the port to access on the container (required)
2424
path: <string> # the path to access on the HTTP server (default: /)
25-
tcp_socket: # specifies a port which must be ready to receive traffic (only one of http_get, tcp_socket, and exec may be specified)
25+
tcp_socket: # specifies a port which must be ready to receive traffic (only one of http_get and tcp_socket may be specified)
2626
port: <int|string> # the port to access on the container (required)
2727
initial_delay_seconds: <int> # number of seconds after the container has started before the probe is initiated (default: 0)
2828
timeout_seconds: <int> # number of seconds until the probe times out (default: 1)

0 commit comments

Comments
 (0)