learn-helm/temperature-cronjob/values.yaml
Waylon S. Walker 3822da0457 use a real tag
2024-09-25 08:53:42 -05:00

10 lines
212 B
YAML

# 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"