File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ data:
194
194
add_header Cache-Control "must-revalidate";
195
195
add_header Cache-Control "max-age=300";
196
196
add_header ETag "1.90.0-rc.0";
197
+ add_header Access-Control-Allow-Origin *;
197
198
listen 9090;
198
199
listen [::]:9090;
199
200
location / {
Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ keywords:
10
10
- resources
11
11
- cost-visualization
12
12
- cost-breakdown
13
+ - cost-comparator
14
+ - serveless
15
+ - serverful
16
+ - multi-cloud
13
17
sources :
14
18
- https://github.com/gocrane/fadvisor
15
19
16
20
type : application
17
21
18
- version : 0.2 .0
22
+ version : 0.3 .0
19
23
20
- appVersion : v0.2 .0
24
+ appVersion : v0.3 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
7
7
image :
8
8
repository : " docker.io/gocrane/fadvisor"
9
9
pullPolicy : Always
10
- tag : v0.2 .0
10
+ tag : v0.3 .0
11
11
12
12
imagePullSecrets : []
13
13
nameOverride : " fadvisor"
You can’t perform that action at this time.
0 commit comments