Skip to content

Commit

Permalink
Merge pull request #23 from moonswitch/tweaks-and-adjustments
Browse files Browse the repository at this point in the history
Tweaks and adjustments
  • Loading branch information
jeff-french authored Jan 12, 2024
2 parents 8ec2b6f + 67926a2 commit 8e0a7f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/moonswitch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://static.moonswitch.com/logos/color/icon.svg
sources:
- https://github.com/moonswitch/charts

version: 0.12.0
version: 0.12.1

dependencies:
- name: teleport-kube-agent
Expand Down
2 changes: 2 additions & 0 deletions charts/moonswitch-agent/grafana_dashboards/flux-cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
"fieldConfig": {
"defaults": {
"decimals": 0,
"noValue": "0",
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand Down Expand Up @@ -313,6 +314,7 @@
"fieldConfig": {
"defaults": {
"decimals": 0,
"noValue": "0",
"mappings": [],
"thresholds": {
"mode": "absolute",
Expand Down
12 changes: 6 additions & 6 deletions charts/moonswitch-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,11 @@ weave-gitops:
scrapeTimeout: 10s
resources:
requests:
cpu: 10m
memory: 100M
cpu: 50m
memory: 128M
limits:
cpu: 10m
memory: 100M
cpu: 50m
memory: 128M

cost-analyzer:
enabled: true
Expand Down Expand Up @@ -568,10 +568,10 @@ cost-analyzer:
resources:
requests:
cpu: "200m"
memory: "55Mi"
memory: "128Mi"
limits:
cpu: "800m"
memory: "256Mi"
memory: "1536Mi"
networkCosts:
enabled: true
image: "public.ecr.aws/kubecost/kubecost-network-costs:v0.17.2"
Expand Down

0 comments on commit 8e0a7f9

Please sign in to comment.