Skip to content

Commit

Permalink
retention size changes (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Dec 31, 2024
1 parent 48f48bc commit 78f784f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/digma-ng/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ influxdb:
password: "12345678"
token: dc61908e-05bc-411a-9fe2-e3356b8dc7c0
bucket: errors
retention: 4w
retention: 2w
influxdb:
updateStrategy:
# -- Influxdb deployment strategy type. Is a deployment resource therefore, Strategy type should be set to Recreate to avoid dead locks
Expand Down Expand Up @@ -1638,7 +1638,7 @@ influxdb:
enabled: true
accessModes:
- ReadWriteOnce
size: 50Gi
size: 100Gi
## postgresql
## ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
##
Expand Down

0 comments on commit 78f784f

Please sign in to comment.