init
This commit is contained in:
commit
fddad41456
14 changed files with 576 additions and 0 deletions
10
temperature-cronjob/values.yaml
Normal file
10
temperature-cronjob/values.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# values.yaml
|
||||
image:
|
||||
repository: python
|
||||
tag: "3.9-slim"
|
||||
pullPolicy: IfNotPresent
|
||||
schedule: "*/1 * * * *" # Every minute
|
||||
city: "Dunlap, US"
|
||||
apiKey: "your_api_key"
|
||||
mountPath: "/data"
|
||||
hostPath: "/sqlite-data"
|
||||
Loading…
Add table
Add a link
Reference in a new issue