ProxyConfigSpec

ProxyConfigSpec specifies the proxy details which may be in front of the ingress controller.

Values set here are passed as X-Proxy… headers to NiFi, which will generate URIs based on those values.

scheme string (Optional)

scheme defines the scheme of the outermost reverse-proxy which is addressed by the client directly. Scheme can be either http or https. kubebuilder:validation:Enum=http,https

host string (Optional)

host is the name of the outermost reverse-proxy which is directly addressed by the client directly.

port int (Optional)

port defines the port of the outermost reverse-proxy which is addressed by the client directly.