Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baykanurov committed Nov 26, 2023
1 parent 8f9f4a0 commit c01afd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/reddit/mongo-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ spec:
post-db: "true"
spec:
containers:
- image: mongo:4.4
- image: mongo:3.2
name: mongo
volumeMounts:
- name: mongo-persistent-storage
- name: mongo-gce-pd-storage
mountPath: /data/db
volumes:
- name: mongo-persistent-storage
- name: mongo-gce-pd-storage
persistentVolumeClaim:
claimName: mongo-pvc

0 comments on commit c01afd1

Please sign in to comment.