Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

fix: removed mongo crt #300

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ spec:
containers:
- name: api
image: ghcr.io/eddiehubcommunity/api:latest
volumeMounts:
- mountPath: '/etc/mongo/crt'
name: mongo-crt
readOnly: true
ports:
- containerPort: 3000
env:
Expand Down