2020-07-21 20:22:47 +00:00
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/Chart.yaml packages/rancher-logging/charts/Chart.yaml
|
|
|
|
--- packages/rancher-logging/charts-original/Chart.yaml
|
|
|
|
+++ packages/rancher-logging/charts/Chart.yaml
|
2020-07-30 23:09:43 +00:00
|
|
|
@@ -1,5 +1,11 @@
|
2020-07-21 20:22:47 +00:00
|
|
|
apiVersion: v1
|
|
|
|
appVersion: 3.4.0
|
|
|
|
-description: A Helm chart to install Banzai Cloud logging-operator
|
|
|
|
-name: logging-operator
|
|
|
|
+description: A Helm chart to install Banzai Cloud logging-operator and a cluster logging pipeline.
|
|
|
|
+name: rancher-logging
|
|
|
|
version: 3.4.0
|
2020-07-30 23:13:01 +00:00
|
|
|
+icon: https://charts.rancher.io/assets/logos/logging.svg
|
2020-07-21 20:22:47 +00:00
|
|
|
+annotations:
|
2020-07-30 23:09:43 +00:00
|
|
|
+ catalog.cattle.io/certified: rancher
|
2020-08-03 23:44:55 +00:00
|
|
|
+ catalog.cattle.io/namespace: logging-system
|
2020-07-30 23:09:43 +00:00
|
|
|
+ catalog.cattle.io/release-name: rancher-logging
|
2020-08-03 23:44:55 +00:00
|
|
|
+ catalog.cattle.io/component: logging
|
2020-07-21 20:22:47 +00:00
|
|
|
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-logging/charts-original/values.yaml packages/rancher-logging/charts/values.yaml
|
|
|
|
--- packages/rancher-logging/charts-original/values.yaml
|
|
|
|
+++ packages/rancher-logging/charts/values.yaml
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
## Deploy CRDs used by Logging Operator.
|
|
|
|
##
|
|
|
|
-createCustomResource: true
|
|
|
|
+createCustomResource: false
|
|
|
|
|
|
|
|
resources: {}
|
|
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
|
|
@@ -76,4 +76,14 @@
|
|
|
|
monitoring:
|
|
|
|
# Create a Prometheus Operator ServiceMonitor object
|
|
|
|
serviceMonitor:
|
|
|
|
- enabled: false
|
|
|
|
\ No newline at end of file
|
|
|
|
+ enabled: true
|
|
|
|
+
|
|
|
|
+elasticsearch:
|
|
|
|
+ enabled: false
|
|
|
|
+ index_name: fluentd
|
|
|
|
+ scheme: http
|
|
|
|
+ user: ""
|
|
|
|
+ password: ""
|
|
|
|
+ client_cert: ""
|
|
|
|
+ client_key: ""
|
|
|
|
+ client_key_pass: ""
|