From f67e460e48cf052698a716a6c436b794016a63ad Mon Sep 17 00:00:00 2001 From: Joy Liu Date: Tue, 19 Nov 2024 00:39:28 -0500 Subject: [PATCH] :tada: Add mounts to celery --- k8s/main.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/k8s/main.ts b/k8s/main.ts index f4f6f929..9b35ef36 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -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' },