Skip to content

Commit 01ac82e

Browse files
authored
remove conf from image and add logwriter requirements (#15)
* remove conf from image and add logwriter requirements * update fluentd gemfile version operator * remove template reference as it will be populated in helm --------- Co-authored-by: ningjie.lee <ningjie.lee@gojek.com>
1 parent d418ad5 commit 01ac82e

4 files changed

Lines changed: 4 additions & 92 deletions

File tree

images/fluentd/.env.template

Lines changed: 0 additions & 31 deletions
This file was deleted.

images/fluentd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Ref https://github.com/fluent/fluentd-kubernetes-daemonset
12
FROM fluent/fluentd:v1.15-debian-1
23

34
# Use root account to use apt
@@ -27,7 +28,6 @@ RUN buildDeps="sudo make gcc g++ libc-dev" \
2728
&& rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem
2829

2930
# Copy conf and entrypoint files
30-
COPY fluent.conf /fluentd/etc/
3131
COPY entrypoint.sh /bin/
3232

3333
RUN chmod +x /bin/entrypoint.sh

images/fluentd/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source "https://rubygems.org"
22
ruby '~> 3.1.2'
33

4-
gem "fluent-plugin-bigquery", "~> 3.0.0"
4+
gem "fluent-plugin-kafka", "~> 0.18.1"
5+
gem "fluent-plugin-upi-logs", "~> 0.0.0"
6+
gem "fluent-plugin-bigquery", "~> 3.1.0"

images/fluentd/fluent.conf

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)