Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
okd-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcones Silva
okd-apps
Commits
aee5c577
Commit
aee5c577
authored
Dec 02, 2021
by
Marcones Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Execicrio cap 6 schedule-pods, arquivo deployment
parent
2ebf57a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
schedule-pods/deployment-hello-ts.yaml
schedule-pods/deployment-hello-ts.yaml
+40
-0
No files found.
schedule-pods/deployment-hello-ts.yaml
0 → 100644
View file @
aee5c577
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
labels
:
app
:
hello-ts
name
:
hello-ts
namespace
:
schedule-pods-ts
spec
:
progressDeadlineSeconds
:
600
replicas
:
1
revisionHistoryLimit
:
10
selector
:
matchLabels
:
app
:
hello-ts
strategy
:
rollingUpdate
:
maxSurge
:
25%
maxUnavailable
:
25%
type
:
RollingUpdate
template
:
metadata
:
creationTimestamp
:
null
labels
:
app
:
hello-ts
spec
:
containers
:
-
image
:
quay.io/redhattraining/hello-world-nginx:v1.0
imagePullPolicy
:
Always
name
:
hello-world-nginx
resources
:
{}
terminationMessagePath
:
/dev/termination-log
terminationMessagePolicy
:
File
dnsPolicy
:
ClusterFirst
nodeSelector
:
client
:
acme
restartPolicy
:
Always
schedulerName
:
default-scheduler
securityContext
:
{}
terminationGracePeriodSeconds
:
30
status
:
{}
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