Skip to content

Commit

Permalink
Add Strapi app keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 6, 2024
1 parent fea321c commit 0382c97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/makemyflix/strapi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ spec:
ports:
- containerPort: 1001
env:
- name: APP_KEYS
valueFrom:
secretKeyRef:
name: makemyflix-strapi
key: keys
- name: DATABASE_HOST
value: makemyflix-postgres
- name: DATABASE_USERNAME
Expand Down

0 comments on commit 0382c97

Please sign in to comment.