Skip to content

Commit

Permalink
wip(charts): updated default values for krawler jobs [pack].
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 11, 2022
1 parent 5da7a76 commit 098ad12
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 32 deletions.
2 changes: 1 addition & 1 deletion charts/k-centipede/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k-centipede
description: A Krawler based job to get the antennas status of the RTK Centipede Network
version: 0.1.0
appVersion: latest
appVersion: 1.0.0
home: https://github.com/kalisio/k-centipede
annotations:
category: KrawlerJob
Expand Down
6 changes: 3 additions & 3 deletions charts/k-centipede/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ env:
dbUrl:
secret: ""
key: ""
# ttl specifies the measurements time to live (30 days)
ttl: "2592000"
# ttl specifies the measurements time to live
ttl: "604800"
# debug specifies the list of namespaces to enable debug output
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
2 changes: 1 addition & 1 deletion charts/k-hubeau-observations/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ env:
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
2 changes: 1 addition & 1 deletion charts/k-hubeau-stations/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ env:
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
10 changes: 6 additions & 4 deletions charts/k-metar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ image:
tag: ""
pullPolicy: IfNotPresent

# cron specifies the job schedule (every hour)
cron: "0 * * * *"
# cron specifies the job schedule
cron: "0 */1 * * *"

env:
# footprint specifies wether the job should write the footprint of the different queries as a GeoJSON file (debug feature)
# footprint: "false"
# dburl specifies the mongodb connection string
dbUrl:
secret: ""
key: ""
# ttl specifies the data time to live (30 days)
ttl: "2592000"
ttl: "604800"
# debug specifies the list of namespaces to enable debug output
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
2 changes: 1 addition & 1 deletion charts/k-meteoradar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ env:
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
8 changes: 4 additions & 4 deletions charts/k-openaq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ image:
tag: ""
pullPolicy: IfNotPresent

# cron specifies the job schedule (every hour)
# cron specifies the job schedule
cron: "0 * * * *"

env:
# dburl specifies the mongodb connection string
dbUrl:
secret: ""
key: ""
# ttl specifies the measurements time to live (30 days)
ttl: "2592000"
# ttl specifies the measurements time to live
ttl: ""
# debug specifies the list of namespaces to enable debug output
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
8 changes: 4 additions & 4 deletions charts/k-openradiation/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
tag: ""
pullPolicy: IfNotPresent

# cron specifies the job schedule (every hour)
# cron specifies the job schedule
cron: "0 * * * *"

env:
Expand All @@ -27,9 +27,9 @@ env:
dbUrl:
secret: ""
key: ""
# ttl specifies the measurements time to live (30 days)
ttl: "2592000"
# ttl specifies the measurements time to live
ttl: ""
# debug specifies the list of namespaces to enable debug output
debug: ""

resources: {}
resources: {}
10 changes: 6 additions & 4 deletions charts/k-taf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ image:
pullPolicy: IfNotPresent

# cron specifies the job schedule (every hour)
cron: "0 * * * *"
cron: "0 */1 * * *"

env:
# footprint specifies wether the job should write the footprint of the different queries as a GeoJSON file (debug feature)
# footprint: "false"
# dburl specifies the mongodb connection string
dbUrl:
secret: ""
key: ""
# ttl specifies the data time to live (30 days)
ttl: "2592000"
# ttl specifies the data time to live
ttl: ""
# debug specifies the list of namespaces to enable debug output
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
2 changes: 1 addition & 1 deletion charts/k-teleray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
A Krawler based service to download data from the French gamma dose rate alert
Teleray network
version: 0.1.0
appVersion: 0.1.0
appVersion: 1.2.0
home: https://github.com/kalisio/k-teleray
annotations:
category: KrawlerJob
Expand Down
2 changes: 1 addition & 1 deletion charts/k-teleray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ env:
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
4 changes: 2 additions & 2 deletions charts/k-vigicrues/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
pullPolicy: IfNotPresent

# cron specifies the job schedule
cron: "*/15 * * * *"
cron: "0 */3 * * *"

env:
# dbUrl specifies the mongodb connection string
Expand All @@ -29,4 +29,4 @@ env:
debug: ""

# resources are resource requests and limits to be applied
resources: {}
resources: {}
2 changes: 1 addition & 1 deletion charts/weacast-arome-france-high-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: weacast-arome-france-high-loader
description: A Krawler based service to download AROME france highres forecast data
version: 0.1.0
appVersion: france-high-1.6.3
appVersion: france-high-1.7.0
home: https://github.com/weacast/weacast-loader
annotations:
category: WeacastLoader
Expand Down
2 changes: 1 addition & 1 deletion charts/weacast-arome-france-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: weacast-arome-france-loader
description: A Krawler based service to download AROME frances forecast data
version: 0.1.0
appVersion: france-1.6.3
appVersion: france-1.7.0
home: https://github.com/weacast/weacast-loader
annotations:
category: WeacastLoader
Expand Down
2 changes: 1 addition & 1 deletion charts/weacast-arpege-europe-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: weacast-arpege-europe-loader
description: A Krawler based service to download ARPEGE europe forecast data
version: 0.1.0
appVersion: europe-1.6.3
appVersion: europe-1.7.0
home: https://github.com/weacast/weacast-loader
annotations:
category: WeacastLoader
Expand Down
2 changes: 1 addition & 1 deletion charts/weacast-arpege-world-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: weacast-arpege-world-loader
description: A Krawler based service to download ARPEGE world forecast data
version: 0.1.0
appVersion: world-1.6.3
appVersion: world-1.7.0
home: https://github.com/weacast/weacast-loader
annotations:
category: WeacastLoader
Expand Down
2 changes: 1 addition & 1 deletion charts/weacast-gfs-world-loader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: weacast-gfs-world-loader
description: A Krawler based service to download GFS world forecast data
version: 0.1.0
appVersion: world-1.6.3
appVersion: world-1.7.0
home: https://github.com/weacast/weacast-loader
annotations:
category: WeacastLoader
Expand Down

0 comments on commit 098ad12

Please sign in to comment.