Skip to content

Commit

Permalink
feat: add alertnamanger ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Dec 23, 2024
1 parent 36397e4 commit ae9fad4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cdk8s/src/apps/ingresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ export function createAppIngresses(chart: Chart) {
false,
);

createIngress(
chart,
"alertmanager-ingress",
"prometheus",
"prometheus-alertmanager",
80,
["alertmanager"],
false,
);

createIngress(
chart,
"windmill-ingress",
Expand Down

0 comments on commit ae9fad4

Please sign in to comment.