Skip to content

Commit

Permalink
Merge pull request #346 from appuio/stardog/rm-default-limit
Browse files Browse the repository at this point in the history
[stardog] Remove default resource limits
  • Loading branch information
TheBigLee authored Sep 1, 2021
2 parents 46ac2c5 + 7499ddb commit 852bad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appuio/stardog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: stardog
version: 0.7.5
version: 0.7.6
appVersion: 7.7.1
description: Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.
home: "https://www.stardog.com/"
Expand Down
2 changes: 1 addition & 1 deletion appuio/stardog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stardog

![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.5-informational?style=flat-square) ![AppVersion: 7.7.1](https://img.shields.io/badge/AppVersion-7.7.1-informational?style=flat-square)
![Version: 0.7.6](https://img.shields.io/badge/Version-0.7.6-informational?style=flat-square) ![AppVersion: 7.7.1](https://img.shields.io/badge/AppVersion-7.7.1-informational?style=flat-square)

Stardog is the world’s leading knowledge graph platform for the enterprise. Stardog makes it fast and easy to turn enterprise data into knowledge.

Expand Down
8 changes: 1 addition & 7 deletions appuio/stardog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@ metrics:
tag: 0.12.0
pullPolicy: IfNotPresent

resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 4000m
memory: 6.5Gi
resources: {}

nodeSelector: {}

Expand Down

0 comments on commit 852bad3

Please sign in to comment.