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:83d3f1f6fbfeab4f8d4163fd80e4cdc24a3ee6eaee4bc4749f2ec9b5fea68a45
|
|
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
|