diff --git a/k8s/main.ts b/k8s/main.ts index 55993bac..f4f6f929 100644 --- a/k8s/main.ts +++ b/k8s/main.ts @@ -30,7 +30,7 @@ export class MyChart extends PennLabsChart { name: "penn-mobile", subPath: "ios-key", mountPath: "/app/ios_key.p8", - } + }, ], env: [ { name: 'REDIS_URL', value: 'redis://penn-mobile-redis:6379' }, @@ -50,6 +50,18 @@ export class MyChart extends PennLabsChart { name: "penn-mobile", 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', } ] },