Skip to content

Commit

Permalink
Fix int -> string problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Aug 13, 2024
1 parent 2eb7b47 commit 68edb7c
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 68edb7c

Please sign in to comment.