Created
December 11, 2019 05:13
-
-
Save rbudiharso/227e729a61c3860d50c3ced9bfcbc9be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
name: get-weather | |
spec: | |
template: | |
spec: | |
containers: | |
- image: rbudiharso/weather-job | |
name: get-weather | |
# env: | |
# - name: city | |
# value: Bandung | |
# - name: apikey | |
# value: 123123123 | |
restartPolicy: OnFailure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment