Skip to content

Commit

Permalink
KONFLUX-5693 - Upgrade logging operator in prod (#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kingsbury authored Jan 6, 2025
1 parent e0c7b70 commit ead3a45
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 136 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 9 additions & 9 deletions components/monitoring/logging/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- install-logging-operator.yaml
- ./configure-logging/
- ./rbac/
- ./external-secrets/

generatorOptions:
disableNameSuffixHash: true

- ../../base
- ../../base/external-secrets
patches:
- target:
group: external-secrets.io
Expand All @@ -27,4 +21,10 @@ patches:
patch: |
- op: replace
path: /spec/dataFrom/0/extract/key
value: production/monitoring/logging/fluentd/splunk-forwarder-rhtap-production-audit
value: production/monitoring/logging/fluentd/splunk-forwarder-rhtap-production-audit
- path: ../base/patches/configure-logforwarder-compression-patch.yaml
target:
group: observability.openshift.io
version: v1
kind: ClusterLogForwarder
name: instance

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- op: add
path: /spec/outputs/0/splunk/tuning
value:
compression: gzip
- op: add
path: /spec/outputs/1/splunk/tuning
value:
compression: gzip

0 comments on commit ead3a45

Please sign in to comment.