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:
Xstar97
2022-07-13 08:44:11 +03:00
committed by GitHub
co-authored by Stavros Kois
parent df6198a4dd
commit 35d6eb56ef
2 changed files with 2 additions and 2 deletions
@@ -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