aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-12-22 16:28:49 -0500
committerXe Iaso <me@xeiaso.net>2024-12-22 16:28:49 -0500
commit45e7c018078fe459fb16fd1fe8e74ff4d5cc8a91 (patch)
treeee09146e1444b077f9efc66cd4d8a49872682f69
parent826f00f59eadc45f2c6bb19d3ea2312906f40605 (diff)
downloadxesite-45e7c018078fe459fb16fd1fe8e74ff4d5cc8a91.tar.xz
xesite-45e7c018078fe459fb16fd1fe8e74ff4d5cc8a91.zip
manifest/xesite: mount data as an emptyDir
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--manifest/xesite/deployment.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifest/xesite/deployment.yaml b/manifest/xesite/deployment.yaml
index 6b44707..40d8d3f 100644
--- a/manifest/xesite/deployment.yaml
+++ b/manifest/xesite/deployment.yaml
@@ -16,9 +16,7 @@ spec:
persistentVolumeClaim:
claimName: xesite-cache
- name: data
- hostPath:
- path: /data/xesite
- type: DirectoryOrCreate
+ emptyDir: {}
containers:
- name: web
image: ghcr.io/xe/site/bin:latest