Skip to content

Commit

Permalink
persistence volume path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Apr 30, 2019
1 parent 4cb9aa8 commit 5e14a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kubernetes/mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
ports:
- containerPort: 27017
volumeMounts:
- mountPath: /var/lib/mongodb
- mountPath: /data/db
name: mongodb
volumes:
- name: mongodb
Expand Down

0 comments on commit 5e14a53

Please sign in to comment.