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

Expose collector via Ingress in Kubernetes Cluster #2275

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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