Skip to content

Commit

Permalink
Increase limits on influxdb (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarchel7bulls authored Jul 19, 2024
1 parent c33d66a commit 3145172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nebulous-influxdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/nebulous-influxdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ ingress:
resources:
# limits and requests for CPU and memory
limits:
cpu: "1000m"
memory: "2Gi"
requests:
cpu: "500m"
memory: "1Gi"
requests:
cpu: "250m"
memory: "512Mi"

# Autoscaling configurations
autoscaling:
Expand Down

0 comments on commit 3145172

Please sign in to comment.