Skip to content

Commit

Permalink
More memory for gdscan
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed Jan 16, 2024
1 parent bd2f85d commit 3859dc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helm upgrade vaas gdatasoftware/vaas -f values.yaml
* Start Minikube:

```
minikube start --cpus="6" --memory="6g" --addons ingress
minikube start --cpus="6" --memory="10g" --addons ingress
```
* Check your Minikube IP: ```minikube ip```
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 1.0.0
version: 1.0.1
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
15 changes: 13 additions & 2 deletions charts/vaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,28 @@ gdscan:
image:
repository: ghcr.io/gdatasoftwareag/vaas/scanserver
pullPolicy: Always
tag: 1.9.4
tag: 1.9.5
containerSecurityContext:
enabled: false
resources:
limits:
memory: 2.5Gi
requests:
cpu: '1'
client:
name: client
image:
repository: ghcr.io/gdatasoftwareag/vaas/scanner
pullPolicy: Always
tag: 1.9.4
tag: 1.9.5
containerSecurityContext:
enabled: false
resources:
limits:
memory: 4Gi
requests:
cpu: '1'

Check failure on line 170 in charts/vaas/values.yaml

View workflow job for this annotation

GitHub Actions / release

170:1 [trailing-spaces] trailing spaces
terminationGracePeriodSeconds: 30

nameOverride: ""
Expand Down

0 comments on commit 3859dc4

Please sign in to comment.