33 lines
716 B
YAML
33 lines
716 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kiwix-serve
|
|
tag: 3.4.0@sha256:8f498bd7fe1a936aada1513944bff1b40e3dc0d7b1ffaab1ee15df01fdcbcdf0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10323
|
|
protocol: http
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
args: ["*.zim"]
|