fix variable value on lancache-monolithic (#3158)
* update CACHE_INDEX_SIZE field its current value is invalid, it should be 500m or min "250m" NOT 3560d. I must have miss this value by accident. * bump Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: lancache-monolithic
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
appVersion: "latest"
|
||||
description: A monolithic lancache service capable of caching all cdn's in a single instance.
|
||||
type: application
|
||||
|
||||
@@ -101,7 +101,7 @@ questions:
|
||||
description: "Amount of index memory for the nginx cache manager. We recommend 250m of index memory per 1TB"
|
||||
schema:
|
||||
type: string
|
||||
default: "3560d"
|
||||
default: "500m"
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
|
||||
Reference in New Issue
Block a user