Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 18, 2024
1 parent c3e7eb8 commit 57bce19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ spec:
value: __EMAIL_CREDENTITAL_SCHEMA_ID__
- name: DB_URL
value: "__DB_URL__"
volumeMounts:
- name: mongo
mountPath: "/data"
volumes:
- name: mongo
secret:
secretName: mongo

---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 57bce19

Please sign in to comment.