Skip to content

Commit

Permalink
Modernize alert broker configs for Prompt Processing.
Browse files Browse the repository at this point in the history
The config was fixed to `usdf-alert-stream-dev-broker-0` for debugging
purposes, but `usdf-alert-stream-dev` is the correct address.
  • Loading branch information
kfindeisen committed Dec 16, 2024
1 parent 68de995 commit d7e886b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-hsc-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | None, must be set | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-hsc-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
# @default -- None, must be set
topic: ""
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-hsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | None, must be set | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-hsc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
# @default -- None, must be set
topic: ""
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-latiss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | None, must be set | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-latiss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
# @default -- None, must be set
topic: ""
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | None, must be set | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
# @default -- None, must be set
topic: ""
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcomcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | `""` | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcomcam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
topic: ""

Expand Down
2 changes: 1 addition & 1 deletion applications/prompt-proto-service-lsstcomcamsim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prompt Proto Service is an event driven service for processing camera images. Th
|-----|------|---------|-------------|
| prompt-proto-service.additionalVolumeMounts | list | `[]` | Kubernetes YAML configs for extra container volume(s). Any volumes required by other config options are automatically handled by the Helm chart. |
| prompt-proto-service.affinity | object | `{}` | Affinity rules for the prompt processing pods |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev-broker-0.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.server | string | `"usdf-alert-stream-dev.lsst.cloud:9094"` | Server address for the alert stream |
| prompt-proto-service.alerts.topic | string | None, must be set | Topic name where alerts will be sent |
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ prompt-proto-service:
# -- Username for sending alerts to the alert stream
username: "kafka-admin"
# -- Server address for the alert stream
server: "usdf-alert-stream-dev-broker-0.lsst.cloud:9094"
server: "usdf-alert-stream-dev.lsst.cloud:9094"
# -- Topic name where alerts will be sent
# @default -- None, must be set
topic: ""
Expand Down

0 comments on commit d7e886b

Please sign in to comment.