Skip to content

Commit

Permalink
update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Nov 2, 2023
1 parent 5516002 commit 6645d06
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion bundle/manifests/netobserv-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,26 @@ metadata:
"loki": {
"batchSize": 10485760,
"batchWait": "1s",
"enable": true,
"lokiStack": {
"name": "loki"
},
"maxBackoff": "5s",
"maxRetries": 2,
"minBackoff": "1s",
"mode": "Monolithic"
"mode": "Monolithic",
"monolith": {
"tenantID": "netobserv",
"tls": {
"caCert": {
"certFile": "service-ca.crt",
"name": "loki-gateway-ca-bundle",
"type": "configmap"
},
"enable": false
},
"url": "http://loki.netobserv.svc:3100/"
}
},
"namespace": "netobserv",
"processor": {
Expand Down

0 comments on commit 6645d06

Please sign in to comment.