aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2021-01-09 16:03:40 -0800
committerGravatar MarkKoz <[email protected]>2021-01-09 16:29:57 -0800
commit445c7ef77199649cd3ffd62e91a6638b0b8f069d (patch)
treef292add5105ac01ef5d64ebe247d710dbe9201c6
parentAdd a Docker volume for the user base (diff)
Swap out configMap for a hostPath for psuedo-persistence
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r--deployment.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment.yaml b/deployment.yaml
index 2c2ea58..0476072 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -51,5 +51,6 @@ spec:
yarl~=1.6
volumes:
- name: snekbox-user-base-volume
- configMap:
- name: snekbox-user-base
+ hostPath:
+ path: /snekbox_dep_cache
+ type: Directory