Skip to content

Commit

Permalink
🎉 Add mounts to celery
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 19, 2024
1 parent ccb5db2 commit f67e460
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ export class MyChart extends PennLabsChart {
subPath: "ios-key",
mountPath: "/app/ios_key.p8",
},
{
name: 'penn-mobile-apns-prod',
mountPath: '/app/secrets/notifications/ios/prod',
},
{
name: 'penn-mobile-apns-dev',
mountPath: '/app/secrets/notifications/ios/dev',
},
{
name: 'penn-mobile-fcm',
mountPath: '/app/secrets/notifications/android',
}
],
env: [
{ name: 'REDIS_URL', value: 'redis://penn-mobile-redis:6379' },
Expand Down

0 comments on commit f67e460

Please sign in to comment.