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:
@@ -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
|
||||
Reference in New Issue
Block a user