Add Longhorn and hydra-1 and hydra-2 nodes
This commit is contained in:
@@ -28,10 +28,17 @@ const (
|
||||
HELM_PROMETHEUS_URL = "https://prometheus-community.github.io/helm-charts"
|
||||
HELM_PROMETHEUS_CHART = "kube-prometheus-stack"
|
||||
HELM_PROMETHEUS_CHART_VERSION = "66.x"
|
||||
HELM_LONGHORN_URL = "https://charts.longhorn.io"
|
||||
HELM_LONGHORN_CHART = "longhorn"
|
||||
HELM_LONGHORN_CHART_VERSION = "1.11.1"
|
||||
)
|
||||
|
||||
var (
|
||||
ContainerSecurityContext = &core.SecurityContext{
|
||||
AllowPrivilegeEscalation: new(false),
|
||||
}
|
||||
HYDRA_WORKERS = []string{
|
||||
"hydra-1",
|
||||
"hydra-2",
|
||||
}
|
||||
)
|
||||
|
||||
@@ -17,3 +17,4 @@ var Linkding = Service{
|
||||
}
|
||||
|
||||
var Monitoring = "monitoring"
|
||||
var Longhorn = "longhorn"
|
||||
|
||||
Reference in New Issue
Block a user