gitea-runner and registry-ui

This commit is contained in:
2023-10-15 19:16:45 +02:00
parent e8890d8bb5
commit eec8baed22
7 changed files with 170 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
type = "csi"
id = "gitea-runner-data"
name = "gitea-runner-data"
plugin_id = "nfs"
external_id = "gitea-runner-data"
capability {
access_mode = "multi-node-multi-writer"
attachment_mode = "file-system"
}
context {
server = "ebin02.wks"
share = "/data/raid1-ssd/app-data/gitea-runner-data"
mountPermissions = "0"
}
mount_options {
fs_type = "nfs"
mount_flags = [ "timeo=30", "vers=3", "_netdev" , "nolock" ]
}