mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
66 lines
1.7 KiB
YAML
66 lines
1.7 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
deployment.kubernetes.io/revision: "1"
|
|
creationTimestamp: 2018-07-05T09:30:00Z
|
|
generation: 1
|
|
labels:
|
|
app: nginx
|
|
name: nginx-deployment
|
|
namespace: default
|
|
resourceVersion: "5140192"
|
|
selfLink: /apis/apps/v1/namespaces/default/deployments/nginx-deployment
|
|
uid: fd131d5c-8035-11e8-a525-42010a8a006c
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 2
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 25%
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- image: nginx:1.7.9
|
|
imagePullPolicy: IfNotPresent
|
|
name: nginx
|
|
ports:
|
|
- containerPort: 80
|
|
protocol: TCP
|
|
resources: {}
|
|
terminationMessagePath: /dev/termination-log
|
|
terminationMessagePolicy: File
|
|
dnsPolicy: ClusterFirst
|
|
restartPolicy: Always
|
|
schedulerName: default-scheduler
|
|
securityContext: {}
|
|
terminationGracePeriodSeconds: 30
|
|
status:
|
|
availableReplicas: 1
|
|
conditions:
|
|
- lastTransitionTime: 2018-07-05T09:30:00Z
|
|
lastUpdateTime: 2018-07-05T09:30:09Z
|
|
message: ReplicaSet "nginx-deployment-648fdd98d4" has successfully progressed.
|
|
reason: NewReplicaSetAvailable
|
|
status: "True"
|
|
type: Progressing
|
|
- lastTransitionTime: 2018-07-06T15:23:51Z
|
|
lastUpdateTime: 2018-07-06T15:23:51Z
|
|
message: Deployment has minimum availability.
|
|
reason: MinimumReplicasAvailable
|
|
status: "True"
|
|
type: Available
|
|
observedGeneration: 1
|
|
readyReplicas: 1
|
|
replicas: 1
|
|
updatedReplicas: 1
|