Skip to content

Commit

Permalink
Merge pull request #95 from MoaRoom/feat/#94
Browse files Browse the repository at this point in the history
Add efs mount to student pod(ing)
  • Loading branch information
NayeonKeum committed Sep 26, 2023
2 parents 0a214e7 + 3b4585f commit b97506a
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 b97506a

Please sign in to comment.