Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fleet-deployments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KaaS
fleet-deployments
Commits
59542933
Commit
59542933
authored
3 weeks ago
by
Ines Ouled Elhaj
Browse files
Options
Downloads
Patches
Plain Diff
change backup job schedule to tuesday
parent
9321ea9e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#295986
passed
3 weeks ago
Stage: lint
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
specific-jobs/overlays/jupyter-prod/job.yaml
+1
-1
1 addition, 1 deletion
specific-jobs/overlays/jupyter-prod/job.yaml
specific-jobs/overlays/jupyter-stag/job.yaml
+1
-1
1 addition, 1 deletion
specific-jobs/overlays/jupyter-stag/job.yaml
with
2 additions
and
2 deletions
specific-jobs/overlays/jupyter-prod/job.yaml
+
1
−
1
View file @
59542933
...
...
@@ -5,7 +5,7 @@ metadata:
name
:
pg-basebackup
namespace
:
database
spec
:
schedule
:
"
0
2
*
*
0
"
# Every
sun
day at 2 AM
schedule
:
"
0
2
*
*
2
"
# Every
Tues
day at 2 AM
jobTemplate
:
spec
:
template
:
...
...
This diff is collapsed.
Click to expand it.
specific-jobs/overlays/jupyter-stag/job.yaml
+
1
−
1
View file @
59542933
...
...
@@ -5,7 +5,7 @@ metadata:
name
:
pg-basebackup
namespace
:
database
spec
:
schedule
:
"
0
2
*
*
0
"
# Every
sun
day at 2 AM
schedule
:
"
0
2
*
*
2
"
# Every
Tues
day at 2 AM
jobTemplate
:
spec
:
template
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment