Skip to content

Commit

Permalink
Merge pull request #55 from kitianFresh/feature/fadvisor-0.3.0
Browse files Browse the repository at this point in the history
add fadvisor 0.3.0. add cross origin for nginx
  • Loading branch information
kitianFresh authored May 6, 2022
2 parents a868442 + 034258f commit 8405b61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions charts/crane/templates/craned-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ data:
add_header Cache-Control "must-revalidate";
add_header Cache-Control "max-age=300";
add_header ETag "1.90.0-rc.0";
add_header Access-Control-Allow-Origin *;
listen 9090;
listen [::]:9090;
location / {
Expand Down
8 changes: 6 additions & 2 deletions charts/fadvisor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ keywords:
- resources
- cost-visualization
- cost-breakdown
- cost-comparator
- serveless
- serverful
- multi-cloud
sources:
- https://github.com/gocrane/fadvisor

type: application

version: 0.2.0
version: 0.3.0

appVersion: v0.2.0
appVersion: v0.3.0
2 changes: 1 addition & 1 deletion charts/fadvisor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
repository: "docker.io/gocrane/fadvisor"
pullPolicy: Always
tag: v0.2.0
tag: v0.3.0

imagePullSecrets: []
nameOverride: "fadvisor"
Expand Down

0 comments on commit 8405b61

Please sign in to comment.