HTTP Server#
Management → HSHTTP Servers
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
HTTPServer
SPEC
HTTPServerSpec defines the desired state of HTTPServer
-
Enable authentication for the HTTP(s) server.
-
Enable the HTTP API server.
-
Port for the server to listen on.
range: 1 to 65535 -
Specifies the protocol to use.
enum: "HTTP", "HTTPS" -
Router to associate the server with.
-
The Kind of the router for the server.
enum: "ManagementRouter", "Router", "DefaultRouter" -
Selects router resources based on the defined Kind. Applies to DefaultRouter only. Not supported for Router and ManagementRouter.
-
Maximum number of HTTP(s) sessions.
format: int32range: 0 to 65535 -
TLS profile name to use with HTTPS protocol.
STATUS
HTTPServerStatus defines the observed state of HTTPServer
-
Health score of the HTTP server.
-
Reason for the health score.
-
Indicates when the HTTP server last changed state.
-
Operational state of the HTTP server.
enum: "Up", "Down", "Degraded", "Unknown"