Skip to content

Commit

Permalink
Add REDIS_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Apr 23, 2024
1 parent f47a7ff commit cb57368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/main.ts
Expand Up @@ -33,7 +33,9 @@ export class MyChart extends PennLabsChart {
image: backendImage,
secret,
replicas: 1,
env: [],
env: [
{ name: 'REDIS_URL', value: 'redis://labs-analytics-redis:6379' },
],
},
ingress: {
rules: [{
Expand Down

0 comments on commit cb57368

Please sign in to comment.