chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-01 02:01:41 +00:00
parent 9c0a699a53
commit 2933c7427b
34 changed files with 149 additions and 121 deletions

View File

@@ -0,0 +1,37 @@
job "jfs-controller" {
datacenters = ["dc1"]
type = "system"
group "controller" {
task "plugin" {
driver = "docker"
config {
image = "juicedata/juicefs-csi-driver:v0.31.1"
args = [
"--endpoint=unix://csi/csi.sock",
"--logtostderr",
"--nodeid=test",
"--v=5",
"--by-process=true"
]
privileged = true
}
csi_plugin {
id = "juicefs0"
type = "controller"
mount_dir = "/csi"
}
resources {
cpu = 100
memory = 512
}
env {
POD_NAME = "csi-controller"
}
}
}
}