Add Longhorn and hydra-1 and hydra-2 nodes

This commit is contained in:
Daniel Cosme
2026-04-25 18:15:23 -04:00
parent 3062b79fcb
commit c3ef84d4a9
11 changed files with 170 additions and 2 deletions
+7
View File
@@ -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",
}
)