Skip to content

Commit

Permalink
Add emptyDir
Browse files Browse the repository at this point in the history
  • Loading branch information
koba1t committed Sep 5, 2020
1 parent 21ffaae commit 7c6ba09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/esc/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ spec:
- image: codercom/code-server:v2
name: code-server
args: ["--auth","none"]
volumeMounts:
- name: user-storage
mountPath: /home/coder/project
volumes:
- name: user-storage
emptyDir: {}
service:
ports:
- name: 80-80
Expand Down

0 comments on commit 7c6ba09

Please sign in to comment.