Files
infrastructure/clusters/cl01tl/applications/kiwix/values.yaml
Renovate Bot 11d38ed3cc
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (pull_request) Successful in 14s
Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.0
2025-10-31 19:39:15 +00:00

39 lines
799 B
YAML

kiwix:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/kiwix/kiwix-serve
tag: 3.8.0
pullPolicy: IfNotPresent
args:
- '*.zim'
env:
- name: PORT
value: 8080
resources:
requests:
cpu: 50m
memory: 512Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8080
protocol: HTTP
persistence:
media:
existingClaim: kiwix-nfs-storage
advancedMounts:
main:
main:
- path: /data
readOnly: true