Skip to content

Commit

Permalink
pkg/recipe: Fix mailserver recipe
Browse files Browse the repository at this point in the history
Only apply mailserver configs to satellite api and satellite core.
Adding these configs to other services, e.g. storagenodes, breaks
things.

Change-Id: I8f660bf1e12d26a40cd82c8255e83aa33c568538
  • Loading branch information
mobyvb committed Jun 25, 2024
1 parent 5ce58fa commit 1e2679b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/recipe/mailserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ add:
target: 1025
modify:
- match:
label:
- core
name: satellite-api,satellite-core
flag:
add:
- --mail.smtp-server-address=mailserver:1025
Expand Down

0 comments on commit 1e2679b

Please sign in to comment.