Skip to content

Commit ebac91c

Browse files
committed
chore(charts): remove cluster domain
1 parent cd39efd commit ebac91c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

charts/fluentbit/templates/fluentbit-daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- netcat
3030
- -v
3131
- -u
32-
- http://drycc-quickwit-indexer.{{ $.Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}:7280
32+
- http://drycc-quickwit-indexer:7280
3333
{{- include "fluentbit.envs" . | indent 8 }}
3434
containers:
3535
- name: drycc-fluentbit

charts/fluentbit/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ config:
7474
[OUTPUT]
7575
Name quickwit
7676
Match kubernetes.*
77-
Base_URL http://drycc-quickwit-indexer.{{ $.Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}:7280
77+
Base_URL http://drycc-quickwit-indexer:7280
7878
Compress true
7979
Index_Name {{printf "%s{{ %s | default \"%s\" }}" .Values.quickwit.logIndexPrefix ".kubernetes.namespace_name" .Release.Namespace }}
8080
Buffer_Size 65536
@@ -101,6 +101,3 @@ config:
101101
plugins: |
102102
[PLUGINS]
103103
Path /opt/drycc/fluent-bit/lib/out_quickwit.so
104-
105-
global:
106-
clusterDomain: "cluster.local"

0 commit comments

Comments
 (0)