Added prest service to monitor-dashboards poc
This commit is contained in:
parent
d34274b02a
commit
6f6b6e0976
4 changed files with 86 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
file: postgrest_service.yml
|
||||
objectname: postgrest_service.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
file: prest_service.yml
|
||||
objectname: prest_service.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
file: route_serviceaccount.yml
|
||||
|
@ -94,11 +99,22 @@
|
|||
file: postgrest_route.yml
|
||||
objectname: postgrest_route.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
file: pgrest_route.yml
|
||||
objectname: prest_route.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
template: postgrest_deploymentconfig.yml
|
||||
objectname: postgrest_deploymentconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
template: prest_deploymentconfig.yml
|
||||
objectname: prest_deploymentconfig.yml
|
||||
|
||||
|
||||
- role: openshift/object
|
||||
app: monitor-dashboard
|
||||
template: datagrepper_deploymentconfig.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue