Skip to content

Commit

Permalink
Merge pull request #52 from port-labs/PORT-5618-k-8-s-exporter-chart
Browse files Browse the repository at this point in the history
set defaults for k8s exporter helm chart
  • Loading branch information
MatanHeledPort authored Dec 18, 2023
2 parents 560628b + 267c418 commit 5bd7bf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-k8s-exporter
description: A Helm chart for Port Kubernetes Exporter
type: application
version: 0.2.2
version: 0.2.3
appVersion: "0.1.14"
home: https://getport.io/
sources:
Expand Down
8 changes: 7 additions & 1 deletion charts/port-k8s-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ podSecurityContext: {}

securityContext: {}

resources: {}
resources:
requests:
memory: "512Mi"
cpu: "200m"
limits:
memory: "1024Mi"
cpu: "500m"

nodeSelector: {}

Expand Down

0 comments on commit 5bd7bf3

Please sign in to comment.