Add option to append a base tag in the head
This commit is contained in:
parent
95e85b57e3
commit
f8ea58882b
7 changed files with 190 additions and 101 deletions
|
|
@ -48,7 +48,7 @@ import (
|
|||
const (
|
||||
defUpstreamName = "upstream-default-backend"
|
||||
defServerName = "_"
|
||||
namedPortAnnotation = "kubernetes.io/ingress-named-ports"
|
||||
namedPortAnnotation = "ingress.kubernetes.io/named-ports"
|
||||
podStoreSyncedPollPeriod = 1 * time.Second
|
||||
rootLocation = "/"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue