From f860e2db532735df56084b8c699f2a5e6c66a0c0 Mon Sep 17 00:00:00 2001 From: Dale Hille Date: Mon, 27 Feb 2023 14:57:40 -0500 Subject: [PATCH] config: make manifests Update the manifests that should have been updated with https://github.com/fluent/fluent-operator/pull/587 for the `metricsPort` addition. Signed-off-by: Dale Hille --- .../crds/fluentbit.fluent.io_fluentbits.yaml | 4 +++- config/crd/bases/fluentbit.fluent.io_fluentbits.yaml | 4 +++- manifests/setup/fluent-operator-crd.yaml | 6 ++++++ manifests/setup/setup.yaml | 6 ++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/charts/fluent-operator/crds/fluentbit.fluent.io_fluentbits.yaml b/charts/fluent-operator/crds/fluentbit.fluent.io_fluentbits.yaml index e72da9c0b..3fb381f49 100644 --- a/charts/fluent-operator/crds/fluentbit.fluent.io_fluentbits.yaml +++ b/charts/fluent-operator/crds/fluentbit.fluent.io_fluentbits.yaml @@ -2400,7 +2400,9 @@ spec: type: integer type: object metricsPort: - description: Set the port used by the metrics server + description: MetricsPort is the port used by the metrics server. If + this option is set, HttpPort from ClusterFluentBitConfig needs to + match this value. Default is 2020. format: int32 type: integer nodeSelector: diff --git a/config/crd/bases/fluentbit.fluent.io_fluentbits.yaml b/config/crd/bases/fluentbit.fluent.io_fluentbits.yaml index e72da9c0b..3fb381f49 100644 --- a/config/crd/bases/fluentbit.fluent.io_fluentbits.yaml +++ b/config/crd/bases/fluentbit.fluent.io_fluentbits.yaml @@ -2400,7 +2400,9 @@ spec: type: integer type: object metricsPort: - description: Set the port used by the metrics server + description: MetricsPort is the port used by the metrics server. If + this option is set, HttpPort from ClusterFluentBitConfig needs to + match this value. Default is 2020. format: int32 type: integer nodeSelector: diff --git a/manifests/setup/fluent-operator-crd.yaml b/manifests/setup/fluent-operator-crd.yaml index 7fffbd7df..fd98dac79 100644 --- a/manifests/setup/fluent-operator-crd.yaml +++ b/manifests/setup/fluent-operator-crd.yaml @@ -11852,6 +11852,12 @@ spec: format: int32 type: integer type: object + metricsPort: + description: MetricsPort is the port used by the metrics server. If + this option is set, HttpPort from ClusterFluentBitConfig needs to + match this value. Default is 2020. + format: int32 + type: integer nodeSelector: additionalProperties: type: string diff --git a/manifests/setup/setup.yaml b/manifests/setup/setup.yaml index d47a6d439..c74ee8982 100644 --- a/manifests/setup/setup.yaml +++ b/manifests/setup/setup.yaml @@ -11852,6 +11852,12 @@ spec: format: int32 type: integer type: object + metricsPort: + description: MetricsPort is the port used by the metrics server. If + this option is set, HttpPort from ClusterFluentBitConfig needs to + match this value. Default is 2020. + format: int32 + type: integer nodeSelector: additionalProperties: type: string