Skip to content

Commit

Permalink
DATAGO-81833 | clean up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisKSaint committed Jul 31, 2024
1 parent bf08954 commit e98a504
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ spec:
env:
- name: WATCH_NAMESPACE
value: ""
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.1.1
image: docker.io/solace/pubsubplus-eventbroker-operator:1.1.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
41 changes: 41 additions & 0 deletions docs/EventBrokerOperatorParametersReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,13 @@ Monitoring specifies a Prometheus monitoring endpoint for the event broker
<i>Default</i>: false<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pubsubpluseventbrokerspecmonitoringextraenvvarsindex">extraEnvVars</a></b></td>
<td>[]object</td>
<td>
List of extra environment variables to be added to the Prometheus Exporter container.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#pubsubpluseventbrokerspecmonitoringimage">image</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -504,6 +511,40 @@ Monitoring specifies a Prometheus monitoring endpoint for the event broker
</tr></tbody>
</table>

### PubSubPlusEventBroker.spec.monitoring.extraEnvVars[index]
<sup><sup>[↩ Parent](#pubsubpluseventbrokerspecmonitoring)</sup></sup>



MonitoringExtraEnvVar defines environment variables to be added to the Prometheus Exporter container for Monitoring

<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Required</th>
</tr>
</thead>
<tbody><tr>
<td><b>name</b></td>
<td>string</td>
<td>
Specifies the Name of an environment variable to be added to the Prometheus Exporter container for Monitoring<br/>
</td>
<td>true</td>
</tr><tr>
<td><b>value</b></td>
<td>string</td>
<td>
Specifies the Value of an environment variable to be added to the Prometheus Exporter container for Monitoring<br/>
</td>
<td>true</td>
</tr></tbody>
</table>



### PubSubPlusEventBroker.spec.monitoring.image
<sup><sup>[↩ Parent](#pubsubpluseventbrokerspecmonitoring)</sup></sup>
Expand Down

0 comments on commit e98a504

Please sign in to comment.