Skip to content

Commit

Permalink
child cluster clearer fluent variable names, template output URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Basov committed Dec 6, 2024
1 parent e1d3cc2 commit 99c8652
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/motel-child/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: motel-child
description: A Helm chart that deploys Grafana, OpenTelemetry, and VictoriaMetrics.
version: 0.1.0
version: 0.1.1
appVersion: "1.0"
dependencies:
- name: victoria-metrics-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/motel-child/templates/victoria/fluent-out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ data:
[OUTPUT]
Name http
Match kube.*
Host {{ index .Values "fluent-bit" "outputUrl" }}
URI /vls/insert/jsonline
Host {{ index .Values "fluent-bit" "outputHost" }}
URI {{ index .Values "fluent-bit" "outputURI" | default "/vls/insert/jsonline" }}
port 443
tls on
compress gzip
Expand Down
3 changes: 2 additions & 1 deletion charts/motel-child/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ victoriametrics:
remotePassword: motel
fluent-bit:
enabled: true
outputUrl: vmauth.hmc0.example.net
outputHost: vmauth.hmc0.example.net
outputURI: /vls/insert/jsonline
outputUsername: motel
outputPassword: motel
args:
Expand Down
2 changes: 1 addition & 1 deletion demo/cluster/aws-child.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ spec:
remotePassword: motel
fluent-bit:
enabled: true
outputUrl: vmauth.hmc0.example.net
outputHost: vmauth.hmc0.example.net
outputUsername: motel
outputPassword: motel

0 comments on commit 99c8652

Please sign in to comment.