Skip to content

Commit

Permalink
add depends for auto deploy (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
frf12 authored Dec 14, 2022
1 parent 6afd259 commit 7a8232e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/autodeploy/all-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ obagent:
prometheus:
servers:
- 192.168.1.5
depends:
- obagent
global:
# The working directory for prometheus. prometheus is started under this directory. This is a required field.
home_path: /root/prometheus
Expand Down
2 changes: 2 additions & 0 deletions example/autodeploy/default-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ obagent:
prometheus:
servers:
- 172.19.33.5
depends:
- obagent
global:
# The working directory for prometheus. prometheus is started under this directory. This is a required field.
home_path: /root/prometheus
Expand Down

0 comments on commit 7a8232e

Please sign in to comment.