Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 879af19

Browse files
authored
Merge pull request #739 from miteshvp/change_timeout
try timeout using env param
2 parents 0999733 + ca991e4 commit 879af19

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bay-services/osd-monitor-poc.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ services:
44
name: osd-monitor-poc
55
path: /bayesian-monitor.yml
66
url: https://github.com/redhat-developer/osd-monitor-poc/
7+
environments:
8+
- name: staging
9+
parameters:
10+
PMCD_TIMEOUT: "300"
11+
- name: production
12+
parameters:
13+
PMCD_TIMEOUT: "300"

0 commit comments

Comments
 (0)