Skip to content

Commit f1b4bc0

Browse files
change alb priority
1 parent 7ecf1f9 commit f1b4bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/lib/cakeredux-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { importExistingResources } from './existing-resources';
77

88
const port = 8081;
99
const healthCheckPath = '/';
10-
const priority = 15;
10+
const priority = 16;
1111
const desiredCount = 2;
1212
const clusterName = 'cakeredux';
1313

0 commit comments

Comments
 (0)