From 2e251a2ca6cb9d51333238eb21f3dd67b115c578 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 26 Aug 2024 13:14:42 +0000 Subject: [PATCH] Automatic update operator docs from VictoriaMetrics/operator@d272d42 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/operator/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator/api.md b/docs/operator/api.md index 3cf1256e1..f88a88f08 100644 --- a/docs/operator/api.md +++ b/docs/operator/api.md @@ -2777,6 +2777,7 @@ _Appears in:_ | `paused` | Paused If set to true all actions on the underlying managed objects are not
going to be performed, except for delete actions. | _boolean_ | false | | `podDisruptionBudget` | PodDisruptionBudget created by operator | _[EmbeddedPodDisruptionBudgetSpec](#embeddedpoddisruptionbudgetspec)_ | false | | `podMetadata` | PodMetadata configures Labels and Annotations which are propagated to the alertmanager pods. | _[EmbeddedObjectMetadata](#embeddedobjectmetadata)_ | false | +| `port` | Port for listen | _string_ | false | | `portName` | PortName used for the pods and governing service.
This defaults to web | _string_ | false | | `priorityClassName` | PriorityClassName class assigned to the Pods | _string_ | false | | `readinessGates` | ReadinessGates defines pod readiness gates | _[PodReadinessGate](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#podreadinessgate-v1-core) array_ | true |