Commit aee5c577 authored by Marcones Silva's avatar Marcones Silva

Execicrio cap 6 schedule-pods, arquivo deployment

parent 2ebf57a0
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: {}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment