29 lines
596 B
YAML
29 lines
596 B
YAML
env:
|
|
DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/kiwix-serve
|
|
tag: latest@sha256:eff82066fea7bcfd407edb01e7a239b4607a584dd6b2e465d18e0751f6795c8e
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8040
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|