Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ServiceName - ServiceName = "horizon" // DatabaseName - DatabaseName = "horizon" // HorizonPublicPort - HorizonPublicPort int32 = 80 // KollaConfig - KollaConfig = "/var/lib/config-data/merged/horizon.json" )
View Source
const (
// ServiceCommand is the command used to run Kolla and launch the initial Apache process
ServiceCommand = "/usr/local/bin/kolla_set_configs && /usr/local/bin/kolla_start"
)
Variables ¶
This section is empty.
Functions ¶
func Deployment ¶
func Deployment(instance *horizonv1.Horizon, configHash string, labels map[string]string) *appsv1.Deployment
Deployment creates the k8s deployment structure required to run Horizon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.