34 lines
723 B
YAML
34 lines
723 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/kiwix/kiwix-serve
|
|
tag: 3.7.0@sha256:9b92d0ada7b6e0ad4b67f4e6e81e831f64933900ddccd2f54b2808aacb459376
|
|
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"
|