Skip to content

Commit

Permalink
Merge pull request #117 from DUNE-DAQ/opmon-vars
Browse files Browse the repository at this point in the history
Fix int -> string problem
  • Loading branch information
jcpunk authored Aug 13, 2024
2 parents 2eb7b47 + 68edb7c commit 31d66a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opmon-protobuf-dbwriter/opmon-dbwriter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ spec:
- name: OPMON_DBWRITER_INFLUX_HOST
value: opmon-influxdb.opmon.svc
- name: OPMON_DBWRITER_INFLUX_PORT
value: 8086
value: "8086"
- name: OPMON_DBWRITER_KAFKA_GROUP
value: opmon-protobuf-dbwriter
- name: OPMON_DBWRITER_SUBSCRIBER_TIMEOUT_MS
value: 5000
value: "5000"
- name: OPMON_DBWRITER_TOPIC
value: opmon_stream
- name: OPMON_DBWRITER_TABLE
value: opmon_protobuf_v1
- name: OPMON_DBWRITER_BATCH_SIZE_MS
value: 800
value: "800"
resources:
limits:
memory: 1Gi
Expand Down

0 comments on commit 31d66a5

Please sign in to comment.