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

Commit

Permalink
fix: kubernetes mongo volume
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 17, 2022
1 parent 4908ef6 commit d7a81f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ spec:
labels:
app: eddiebot
spec:
volumes:
- name: mongo-crt
secret:
secretName: mongo-crt
containers:
- name: eddiebot
image: ghcr.io/eddiehubcommunity/eddiebot:latest
imagePullPolicy: Always
volumeMounts:
- mountPath: '/etc/mongo/crt'
name: mongo-crt
readOnly: true
env:
- name: DISCORD_TOKEN
valueFrom:
Expand Down

0 comments on commit d7a81f3

Please sign in to comment.