Skip to content

Commit

Permalink
kubernetes-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aasdhajkshd committed Nov 15, 2023
1 parent 19992bc commit 20a637d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kubernetes/reddit/mongo-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ spec:
memory: 512Mi
cpu: 1
volumeMounts:
- name: mongo-gce-pd-storage
- name: mongo-persistent-storage
mountPath: /data/db
volumes:
- name: mongo-gce-pd-storage
persistentVolumeClaim:
claimName: mongo-pvc
- name: mongo-persistent-storage
emptyDir: {}

0 comments on commit 20a637d

Please sign in to comment.