Skip to content

Commit

Permalink
Merge branch 'main' into AS-254-content-updated-topic
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert authored May 29, 2024
2 parents 8447730 + 18f277b commit 87ca932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ if (isAdhocEnv) {
'prometheus.io/scrape': 'true',
'prometheus.io/port': '9464',
},
env: [...jwtEnv],
...jwtVols,
},
];

Expand All @@ -253,6 +255,8 @@ if (isAdhocEnv) {
'prometheus.io/scrape': 'true',
'prometheus.io/port': '9464',
},
env: [...jwtEnv],
...jwtVols,
});
}
} else {
Expand Down

0 comments on commit 87ca932

Please sign in to comment.