fixed volumes
This commit is contained in:
@@ -19,17 +19,23 @@ catalog:
|
||||
required: true
|
||||
default: "2222"
|
||||
type: "int"
|
||||
- variable: "volume_driver"
|
||||
description: "Volume driver to associate with this service."
|
||||
label: "Volume Driver"
|
||||
- variable: data_path
|
||||
description: "Path where to store the data of the Gitea-instance."
|
||||
label: "Data path"
|
||||
required: true
|
||||
default: "local"
|
||||
type: enum
|
||||
options: # List of options if using type of `enum`
|
||||
- local
|
||||
- rancher-nfs
|
||||
- rancher-efs
|
||||
- rancher-ebs
|
||||
default: "/var/lib/gitea"
|
||||
type: "string"
|
||||
# - variable: "volume_driver"
|
||||
# description: "Volume driver to associate with this service."
|
||||
# label: "Volume Driver"
|
||||
# required: true
|
||||
# default: "local"
|
||||
# type: enum
|
||||
# options: # List of options if using type of `enum`
|
||||
# - local
|
||||
# - rancher-nfs
|
||||
# - rancher-efs
|
||||
# - rancher-ebs
|
||||
- variable: "db_link"
|
||||
description: "External DB service to use with gitea instead of its own DB-Container."
|
||||
label: "External DB service"
|
||||
|
||||
Reference in New Issue
Block a user