diff --git a/argocd/manifests/kiwix/deployment.yaml b/argocd/manifests/kiwix/deployment.yaml index 1a18983..087a774 100644 --- a/argocd/manifests/kiwix/deployment.yaml +++ b/argocd/manifests/kiwix/deployment.yaml @@ -21,9 +21,9 @@ spec: # Main kiwix-serve container - name: kiwix-serve image: ghcr.io/kiwix/kiwix-serve:3.8.1 + command: ["/bin/sh", "-c"] args: - - --port=80 - - /data/*.zim # Serves ALL .zim files, regardless of how they were added + - "kiwix-serve --port=80 /data/*.zim" ports: - containerPort: 80 name: http