image: pullPolicy: IfNotPresent repository: ghcr.io/kiwix/kiwix-serve tag: 3.6.0@sha256:36b61f3519ee9120a00715c4667f23bb9634374940074da5202a01a72a61788f 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"