fix(kiwix-serve): Serve all .zim files in the data dir (#3848)

* fix(kiwix-serve): Serve all .zim files in the data dir

* whops

* add installation notes

* move to stable

* Update charts/stable/kiwix-serve/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-09-23 08:39:03 +03:00
committed by GitHub
parent a6b1b09667
commit 51485fcc4d
10 changed files with 68 additions and 43 deletions
+33
View File
@@ -0,0 +1,33 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/kiwix-serve
tag: v3.3.0@sha256:1b4f364630ed6bf4431ab7c79551fee25f594555b84f31d3449af2397b880fa5
args: ["*.zim"]
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
env:
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
service:
main:
ports:
main:
port: 10323
protocol: HTTP
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
portal:
enabled: true