Skip to content

Commit

Permalink
wip: updated weacast loaders #281
Browse files Browse the repository at this point in the history
wip: fix taf image #281
  • Loading branch information
cnouguier committed Feb 1, 2022
1 parent ffdd34b commit d1c06a7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/k-taf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
secret: ""

image:
repository: kalisio/k-tar
repository: kalisio/k-taf
tag: ""
pullPolicy: IfNotPresent

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: weacast-arome-france-highres-loader
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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
cron: "10 * * * *"

env:
# meteoFranceToken specifies the token to access the Meteo France API
meteoFranceToken:
secret: ""
key: ""
# dbUrl specifies the mongodb connection string
dbUrl:
secret: ""
Expand All @@ -26,7 +30,7 @@ env:
# requestDelay specifies
# requestDelay: ""
# ttl specifies the forecasts time to live (3 days)
ttl: "259200"
ttl: ""
# keepPastRun: ""
# upperLimit specifies the forecast timespan of data to download (in seconds)
upperLimit: "86400"
Expand Down
6 changes: 5 additions & 1 deletion charts/weacast-arome-france-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
cron: "0 * * * *"

env:
# meteoFranceToken specifies the token to access the Meteo France API
meteoFranceToken:
secret: ""
key: ""
# dbUrl specifies the mongodb connection string
dbUrl:
secret: ""
Expand All @@ -26,7 +30,7 @@ env:
# requestDelay specifies
# requestDelay: ""
# ttl specifies the forecasts time to live (3 days)
ttl: "10800"
ttl: ""
# keepPastRun: ""
# upperLimit specifies the forecast timespan of data to download (in seconds)
upperLimit: "129600"
Expand Down
8 changes: 6 additions & 2 deletions charts/weacast-arpege-europe-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
cron: "15 * * * *"

env:
# meteoFranceToken specifies the token to access the Meteo France API
meteoFranceToken:
secret: ""
key: ""
# dbUrl specifies the mongodb connection string
dbUrl:
secret: ""
Expand All @@ -25,8 +29,8 @@ env:
#workersLimit: ""
# requestDelay specifies
# requestDelay: ""
# ttl specifies the forecasts time to live (run interval 3 hours)
ttl: "10800"
# ttl specifies the forecasts time to live
ttl: ""
# keepPastRun: ""
# upperLimit specifies the forecast timespan of data to download (in seconds)
upperLimit: "172800"
Expand Down
6 changes: 5 additions & 1 deletion charts/weacast-arpege-world-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
cron: "10 * * * *"

env:
# meteoFranceToken specifies the token to access the Meteo France API
meteoFranceToken:
secret: ""
key: ""
# dbUrl specifies the mongodb connection string
dbUrl:
secret: ""
Expand All @@ -26,7 +30,7 @@ env:
# requestDelay specifies
# requestDelay: ""
# ttl specifies the forecasts time to live (3 days)
ttl: "259200"
ttl: ""
# keepPastRun: ""
# upperLimit specifies the forecast timespan of data to download (in seconds)
upperLimit: "172800"
Expand Down
7 changes: 3 additions & 4 deletions charts/weacast-gfs-world-loader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ env:
secret: ""
key: ""
# workersLimit specifies the maximum number of workers
#workersLimit: ""
# requestDelay specifies
# requestDelay: ""
workersLimit: "2"
# requestDelay specifies a wait
requestDelay: "3"
# ttl specifies the forecasts time to live (3 days)
ttl: "259200"
# keepPastRun: ""
# upperLimit specifies the forecast timespan of data to download (in seconds)
upperLimit: "259200"
# debug specifies the list of namespaces to enable debug output
Expand Down

0 comments on commit d1c06a7

Please sign in to comment.