Skip to content

Commit

Permalink
Merge branch 'accuknox:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
seswarrajan authored Jan 18, 2023
2 parents 71a3b12 + 5875c9d commit 2d0830c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ volumeMountsDiscoveryEngine:
#resource DiscoveryEngine
resourcesDiscoveryEngine:
requests:
cpu: 50m
memory: 20Mi
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 200Mi
memory: 1Gi

nodeSelector: {}

Expand Down
7 changes: 7 additions & 0 deletions deployments/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ spec:
- image: accuknox/knoxautopolicy:stable
imagePullPolicy: Always
name: discovery-engine
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 1Gi
ports:
- containerPort: 9089
protocol: TCP
Expand Down

0 comments on commit 2d0830c

Please sign in to comment.