diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 16:28:49 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 16:28:49 -0500 |
| commit | 45e7c018078fe459fb16fd1fe8e74ff4d5cc8a91 (patch) | |
| tree | ee09146e1444b077f9efc66cd4d8a49872682f69 | |
| parent | 826f00f59eadc45f2c6bb19d3ea2312906f40605 (diff) | |
| download | xesite-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.yaml | 4 |
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 |
