Skip to content

Commit

Permalink
Add a new storage to k8s deploy files (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code authored Jun 3, 2020
1 parent 570d3f3 commit 5c41e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/k8s/ursadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
name: mquery-nfs-volume-prod
- mountPath: /mnt/kuku-analyses
name: mquery-nfs-analyses-volume-prod
- mountPath: /mnt/binaries
name: mquery-cuckoo-binaries-volume-prod
- mountPath: /mnt/ursadb-shared
name: ursadb-index-pv-volume-prod
dnsPolicy: ClusterFirst
Expand All @@ -58,3 +60,6 @@ spec:
- name: mquery-nfs-analyses-volume-prod
persistentVolumeClaim:
claimName: mquery-nfs-analyses-claim-prod
- name: mquery-cuckoo-binaries-volume-prod
persistentVolumeClaim:
claimName: mquery-cuckoo-binaries-pv-claim-prod

0 comments on commit 5c41e4a

Please sign in to comment.