We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecf1f9 commit f1b4bc0Copy full SHA for f1b4bc0
cdk/lib/cakeredux-stack.ts
@@ -7,7 +7,7 @@ import { importExistingResources } from './existing-resources';
7
8
const port = 8081;
9
const healthCheckPath = '/';
10
-const priority = 15;
+const priority = 16;
11
const desiredCount = 2;
12
const clusterName = 'cakeredux';
13
0 commit comments