The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

manifest/xesite: mount data as an emptyDir

Signed-off-by: Xe Iaso <me@xeiaso.net>

+1 -3
+1 -3
manifest/xesite/deployment.yaml
··· 16 16 persistentVolumeClaim: 17 17 claimName: xesite-cache 18 18 - name: data 19 - hostPath: 20 - path: /data/xesite 21 - type: DirectoryOrCreate 19 + emptyDir: {} 22 20 containers: 23 21 - name: web 24 22 image: ghcr.io/xe/site/bin:latest