Files
infrastructure/clusters/cl01tl/helm/kiwix/values.yaml
Alex Lebens d9e1766527
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 18s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
feat: refactor apps
2026-04-02 20:25:22 -05:00

54 lines
1.2 KiB
YAML

kiwix:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
containers:
main:
image:
repository: ghcr.io/kiwix/kiwix-serve
tag: 3.8.2@sha256:acdab28186a66b51bfd4202210c6732931ea95cf41c711148a0c9770b9fcc9e1
args:
- '*.zim'
env:
- name: PORT
value: 8080
resources:
requests:
cpu: 1m
memory: 10Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8080
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- kiwix.alexlebens.net
rules:
- backendRefs:
- name: kiwix
port: 80
matches:
- path:
type: PathPrefix
value: /
persistence:
media:
existingClaim: kiwix-nfs-storage
advancedMounts:
main:
main:
- path: /data
readOnly: true