Skip to content

Commit

Permalink
[feat/#94] Add: efs mount to student pod
Browse files Browse the repository at this point in the history
  • Loading branch information
NayeonKeum committed Sep 26, 2023
1 parent 0a214e7 commit 3b4585f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ spec:
- name: server-port
containerPort: 8001
resources: {}
# volumes:
# - name: efs-vol
# nfs:
# server: fs-0de4451c29d646d18.efs.ap-northeast-2.amazonaws.com
# path: /{{ ID }}
# readOnly: false
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 3b4585f

Please sign in to comment.