Skip to content

Commit

Permalink
expose collector via ingress and deprecate .spec.ingress in favour of…
Browse files Browse the repository at this point in the history
… .spec.query.ingress

Signed-off-by: Pranoy Kundu <[email protected]>
  • Loading branch information
pranoyk committed Aug 9, 2023
1 parent dde9e07 commit 2ed5f73
Show file tree
Hide file tree
Showing 33 changed files with 22,478 additions and 7,881 deletions.
7 changes: 7 additions & 0 deletions apis/v1/jaeger_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ type JaegerSpec struct {
// +optional
Storage JaegerStorageSpec `json:"storage,omitempty"`

// Deprecated in favour of .Spec.Collector.Ingress and .Spec.Query.Ingress
// +optional
Ingress JaegerIngressSpec `json:"ingress,omitempty"`

Expand Down Expand Up @@ -296,6 +297,9 @@ type JaegerQuerySpec struct {
// +optional
// +nullable
NodeSelector map[string]string `json:"nodeSelector,omitempty"`

// +optional
Ingress JaegerIngressSpec `json:"ingress,omitempty"`
}

// JaegerUISpec defines the options to be used to configure the UI
Expand Down Expand Up @@ -472,6 +476,9 @@ type JaegerCollectorSpec struct {

// +optional
TerminationGracePeriodSeconds *int64 `json:"terminationGracePeriodSeconds,omitempty"`

// +optional
Ingress JaegerIngressSpec `json:"ingress,omitempty"`
}

// JaegerIngesterSpec defines the options to be used when deploying the ingester
Expand Down
2 changes: 2 additions & 0 deletions apis/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8,084 changes: 5,476 additions & 2,608 deletions config/crd/bases/jaegertracing.io_jaegers.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 2ed5f73

Please sign in to comment.