Skip to content

Commit b0d0581

Browse files
committed
add inline code formatting
Signed-off-by: PARTH-TUSSLE <parthgartan26feb@gmail.com>
1 parent 000a2f2 commit b0d0581

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/kanvas/reference/kubernetes-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A Deployment provides declarative updates for Pods and ReplicaSets. It allows yo
3030

3131
* **`revisionHistoryLimit`** *(integer)*
3232
* **What it does:** Specifies the number of old ReplicaSets to retain to allow rollback.
33-
* **Behavior:** Defaults to 10. If set to `0`, you cannot roll back to previous versions of the Deployment.
33+
* **Behavior:** Defaults to `10`. If set to `0`, you cannot roll back to previous versions of the Deployment.
3434

3535
* **`paused`** *(boolean)*
3636
* **What it does:** Indicates whether the deployment is paused.
@@ -50,7 +50,7 @@ A Deployment provides declarative updates for Pods and ReplicaSets. It allows yo
5050

5151
* **`progressDeadlineSeconds`** *(integer)*
5252
* **What it does:** The maximum time in seconds the Deployment controller waits for a rollout to make progress before considering it "failed".
53-
* **Behavior:** If a new Pod gets stuck in a crash loop due to a bad configuration or image, the Deployment will stop trying to roll out after this deadline (defaults to 600s) and report a `ProgressDeadlineExceeded` error condition.
53+
* **Behavior:** If a new Pod gets stuck in a crash loop due to a bad configuration or image, the Deployment will stop trying to roll out after this deadline (defaults to `600s`) and report a `ProgressDeadlineExceeded` error condition.
5454

5555
---
5656

@@ -70,7 +70,7 @@ A Service is an abstract way to expose an application running on a set of Pods a
7070

7171
* **`selector`** *(object)*
7272
* **What it does:** Key-value pairs used to identify which Pods this Service should route traffic to.
73-
* **Behavior:** If a Service has a selector of `app: frontend`, it will automatically discover and load-balance traffic across all Pods in the namespace that possess the `app: frontend` label.
73+
* **Behavior:** If a Service has a selector of `app: frontend`, it will automatically discover and load-balance traffic across all Pods in the namespace that possess the `app: frontend` label.
7474

7575
* **`ports`** *(array)*
7676
* **What it does:** Defines the network ports exposed by the Service.

0 commit comments

Comments
 (0)