Skip to content

Commit

Permalink
fix: reduce kommander CPU limit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Jan 18, 2020
1 parent 5dbdd66 commit 519742b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/kommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: alejandroEsc
- name: jimmidyson
name: kommander
version: 0.3.15
version: 0.3.16
14 changes: 13 additions & 1 deletion stable/kommander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
cpu: "100m"
limits:
memory: "512Mi"
cpu: "2000m"
cpu: "500m"

readinessProbe:
initialDelaySeconds: 15
Expand Down Expand Up @@ -55,6 +55,18 @@ federate:
kommander-cluster-lifecycle:
enabled: true

certificates:
issuer:
name:
kind: Issuer
selfSigned: false
konvoy:
allowUnofficialReleases: false
kubeaddonsRepository:
versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`,
versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration
versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version`

kommander-thanos:
enabled: true
thanosAddress: "prometheus-kubeaddons-prom-prometheus.kubeaddons.svc.cluster.local:10901"
Expand Down

0 comments on commit 519742b

Please sign in to comment.