Skip to content

Commit

Permalink
Merge pull request #485 from UrbanOS-Public/bump-alchemist-memory
Browse files Browse the repository at this point in the history
Bump alchemist memory
  • Loading branch information
ian-j-abbott-accenture authored Aug 23, 2024
2 parents f9e711d + 9bb2afb commit 171ef0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/alchemist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Transforms data from the raw topic and writes it to transformed topic
| rbac.enabled | bool | `true` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"300m"` | |
| resources.limits.memory | string | `"512Mi"` | |
| resources.limits.memory | string | `"2Gi"` | |
| resources.requests.cpu | string | `"300m"` | |
| resources.requests.memory | string | `"512Mi"` | |
| resources.requests.memory | string | `"2Gi"` | |
| service.type | string | `"ClusterIP"` | |
| tolerations | list | `[]` | |

Expand Down
4 changes: 2 additions & 2 deletions charts/alchemist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ profiling_enabled: false
resources:
limits:
cpu: 300m
memory: 512Mi
memory: 2Gi
requests:
cpu: 300m
memory: 512Mi
memory: 2Gi

nodeSelector: {}

Expand Down
Binary file removed charts/urban-os/urban-os-1.13.61.tgz
Binary file not shown.

0 comments on commit 171ef0e

Please sign in to comment.