Skip to content

Commit

Permalink
refactor: move nfs entry upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed May 14, 2024
1 parent 0a3bb9e commit 24309c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions k8s/datatracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@ spec:
runAsUser: 1000
runAsGroup: 1000
volumes:
# To be overriden with the actual shared volume
- name: dt-vol
nfs:
server: 10.108.0.18
path: "/mnt/datatracker"
readOnly: false
- name: dt-tmp
emptyDir:
sizeLimit: "2Gi"
Expand Down

0 comments on commit 24309c2

Please sign in to comment.