You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: