mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 14:34:42 +00:00
Use http by default
This commit is contained in:
@@ -119,7 +119,7 @@ const DEFAULT_VALUES = {
|
|||||||
name: "",
|
name: "",
|
||||||
hcEnabled: true,
|
hcEnabled: true,
|
||||||
hcMode: "http",
|
hcMode: "http",
|
||||||
hcScheme: "https",
|
hcScheme: "http",
|
||||||
hcMethod: "GET",
|
hcMethod: "GET",
|
||||||
hcHostname: "",
|
hcHostname: "",
|
||||||
hcPort: "",
|
hcPort: "",
|
||||||
@@ -271,7 +271,7 @@ export function HealthCheckCredenza(props: HealthCheckCredenzaProps) {
|
|||||||
name: initialValues.name,
|
name: initialValues.name,
|
||||||
hcEnabled: initialValues.hcEnabled,
|
hcEnabled: initialValues.hcEnabled,
|
||||||
hcMode: initialValues.hcMode ?? "http",
|
hcMode: initialValues.hcMode ?? "http",
|
||||||
hcScheme: initialValues.hcScheme ?? "https",
|
hcScheme: initialValues.hcScheme ?? "http",
|
||||||
hcMethod: initialValues.hcMethod ?? "GET",
|
hcMethod: initialValues.hcMethod ?? "GET",
|
||||||
hcHostname: initialValues.hcHostname ?? "",
|
hcHostname: initialValues.hcHostname ?? "",
|
||||||
hcPort: initialValues.hcPort
|
hcPort: initialValues.hcPort
|
||||||
|
|||||||
Reference in New Issue
Block a user