Created
November 9, 2020 13:15
-
-
Save krogebry/23690eabb743bc2816c3b322bdaa06ba to your computer and use it in GitHub Desktop.
BanzaiCloud Fluentd Operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: helm.fluxcd.io/v1 | |
kind: HelmRelease | |
metadata: | |
name: blo | |
namespace: renovo-logging | |
annotations: | |
fluxcd.io/automated: "false" | |
fluxcd.io/locked: "true" | |
fluxcd.io/tag.chart-image: semver:~3.7 | |
spec: | |
releaseName: banzaicloud-logging | |
chart: | |
repository: https://kubernetes-charts.banzaicloud.com | |
name: logging-operator | |
version: 3.7.1 | |
values: | |
createCustomResource: true | |
fluentbit: | |
image: | |
pullPolicy: Always | |
repository: fluent/fluent-bit | |
tag: 1.6.1-debug | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: helm.fluxcd.io/v1 | |
kind: HelmRelease | |
metadata: | |
name: blol | |
namespace: renovo-logging | |
annotations: | |
fluxcd.io/automated: "false" | |
fluxcd.io/locked: "true" | |
fluxcd.io/tag.chart-image: semver:~3.7 | |
spec: | |
releaseName: banzaicloud-logging | |
chart: | |
repository: https://kubernetes-charts.banzaicloud.com | |
name: logging-operator-logging | |
version: 3.7.1 | |
values: | |
createCustomResource: true | |
fluentbit: | |
image: | |
pullPolicy: Always | |
repository: fluent/fluent-bit | |
tag: 1.3.2-debug | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment