Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: run "make manifests" to generate metricsPort #593

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion config/crd/bases/fluentbit.fluent.io_fluentbits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions manifests/setup/fluent-operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down