Skip to content

Commit

Permalink
make fluent-bit optional
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 17, 2020
1 parent 72caa49 commit 3a5ecb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-all
version: 1.8.1-pre4
version: 1.8.1-pre5
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand Down
2 changes: 2 additions & 0 deletions charts/fission-all/templates/fluentbit.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.fluentbit }}
# Fluentbit deployment for Fission
#
# Requires:
Expand Down Expand Up @@ -190,3 +191,4 @@ spec:
name: {{ .Release.Name }}-fission-fluentbit
updateStrategy:
type: RollingUpdate
{{- end }}
3 changes: 3 additions & 0 deletions charts/fission-all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ heapster: false
## Enable InfluxDB
influxdb: true

## Enable fluentbit
fluentbit: true

## Archive pruner is a garbage collector for archives on the fission storage service.
## This interval configures the frequency at which it runs inside the storagesvc pod.
## The value is in minutes.
Expand Down

0 comments on commit 3a5ecb4

Please sign in to comment.