nginx/pkg/config: delete unuseful variable
This commit is contained in:
parent
f9663a8d94
commit
f4da971b86
1 changed files with 0 additions and 5 deletions
|
@ -78,11 +78,6 @@ const (
|
||||||
defaultLoadBalancerAlgorithm = "least_conn"
|
defaultLoadBalancerAlgorithm = "least_conn"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
// SSLDirectory contains the mounted secrets with SSL certificates, keys and
|
|
||||||
SSLDirectory = "/etc/ingress-controller/ssl"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Configuration represents the content of nginx.conf file
|
// Configuration represents the content of nginx.conf file
|
||||||
type Configuration struct {
|
type Configuration struct {
|
||||||
defaults.Backend `json:",squash"`
|
defaults.Backend `json:",squash"`
|
||||||
|
|
Loading…
Reference in a new issue