add vol for fluent bit

This commit is contained in:
2024-07-13 13:12:03 +10:00
parent 8c5af1a173
commit 243f57e1aa
2 changed files with 53 additions and 0 deletions

View File

@@ -37,3 +37,10 @@ spec:
enabled: true
newrelic-logging:
lowDataMode: true
fluentBit:
persistence:
mode: hostPath
persistentVolume:
storageClass: "local-path"
existingVolume: "nr-fluentbit-pv"
existingVolumeClaim: "nr-fluentbit-pvc"