Skip to content

Commit

Permalink
Revert "Changed influx url"
Browse files Browse the repository at this point in the history
This reverts commit f44bff7.
  • Loading branch information
pielas committed Aug 31, 2023
1 parent f44bff7 commit c71f5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nussknacker
version: 1.9.1-mpk-13
version: 1.9.1-mpk-12
description: Nussknacker - a design, development, and deployment tool for stream processing
home: https://nussknacker.io/
icon: https://nussknacker.io/wp-content/uploads/2021/10/Nussknacker-short-black.svg
Expand Down
2 changes: 1 addition & 1 deletion src/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data:
metrics {
environment: ${environment},
influx {
url: "http://79.98.148.110:5000/write",
url: "{{ include "nussknacker.influxUrl" .}}/write",
database: "nussknacker"
username: ${INFLUXDB_USER}
password: ${INFLUXDB_PASSWORD}
Expand Down

0 comments on commit c71f5b1

Please sign in to comment.