Skip to content

Commit

Permalink
Use pebble for services (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarry82 committed Apr 27, 2023
1 parent 1a6eedd commit 6fa74c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ license: Apache-2.0
# └── etc
# └── alertmanager
# └── alertmanager.yml
entrypoint: [bin/alertmanager]
cmd: [--config.file=/etc/alertmanager/alertmanager.yml, --storage.path=/alertmanager]
env:
- PATH: /bin

services:
alertmanager:
command: /bin/alertmanager --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/alertmanager
override: replace
startup: enabled
platforms:
amd64:
parts:
Expand Down

0 comments on commit 6fa74c0

Please sign in to comment.