Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
curso-kubernetes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Ernesto Suarez
curso-kubernetes
Commits
7b6f67a5
Commit
7b6f67a5
authored
Jun 19, 2019
by
Jose Ernesto Suarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cronjobs
parent
13e240cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
cronjob.yaml
13.extra/cronjob.yaml
+18
-0
No files found.
13.extra/cronjob.yaml
0 → 100644
View file @
7b6f67a5
apiVersion
:
batch/v1beta1
kind
:
CronJob
metadata
:
name
:
hello
spec
:
schedule
:
"
*/1
*
*
*
*"
jobTemplate
:
spec
:
template
:
spec
:
containers
:
-
name
:
hello
image
:
busybox
args
:
-
/bin/sh
-
-c
-
date; echo Hello from the Kubernetes cluster
restartPolicy
:
OnFailure
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment