Skip to content

Probe configuration should better default port and protocol #442

@NottyCode

Description

@NottyCode

Feature Request

Is your feature request related to a problem?

I can configure the probes to use all default values using {}, but if I want to override some data I suddenly have to configure all the required values. The required values for httpGet are:

  • url path
  • port
  • scheme

I would like to not have to specify this.

Describe the solution you'd like

The port and scheme should be defaulted based on the configuration of other components in the CRD. For example if manageTLS is set to true (I think the default) the port should default to 9443 because that is what we default the service port to. If the service port is configured to a non-default I shouldn't have to reset the port everywhere. Similarly if manageTLS is on scheme should default to https. This is particularly a pain if you configure all the probes because port and scheme have to be set to the same thing for all.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Cloud

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions