Remove CEBConfig
This commit is contained in:
parent
e125f55688
commit
0a0333adb7
@ -36,17 +36,6 @@ type Config struct {
|
||||
|
||||
// URL configures a server to use a URL service.
|
||||
URL *URL `hcl:"url,block"`
|
||||
|
||||
// CEBConfig configures the entrypoint binary for deployments
|
||||
CEBConfig *CEBConfig `hcl:"entrypoint_config,block"`
|
||||
}
|
||||
|
||||
// CEBConfig is specific configuration for the entrypoint binaries
|
||||
// injected into the deployments
|
||||
type CEBConfig struct {
|
||||
Addr string `hcl:"addr,optional"`
|
||||
TLSEnabled bool `hcl:"tls_enabled,optional"`
|
||||
TLSSkipVerify bool `hcl:"tls_skip_verify,optional"`
|
||||
}
|
||||
|
||||
type Listener struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user