Skip to content

Commit

Permalink
Merge pull request #330 from AutomatingSciencePipeline/mongodb-update…
Browse files Browse the repository at this point in the history
…-location-2

Update deployment-mongodb.yaml
  • Loading branch information
rhit-windsors authored Oct 21, 2024
2 parents 32fcb27 + 1427c35 commit dafe252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes_init/mongodb/deployment-mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- image: mongo
name: mongo
args: ["--dbpath","/srv/data/db"]
args: ["--dbpath","/data/db"]
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -58,7 +58,7 @@ spec:
key: MONGODB_PASSWORD
volumeMounts:
- name: "mongo-data-dir"
mountPath: "/srv/data/db"
mountPath: "/data/db"
volumes:
- name: "mongo-data-dir"
persistentVolumeClaim:
Expand Down

0 comments on commit dafe252

Please sign in to comment.