mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
57 lines
No EOL
1.4 KiB
YAML
57 lines
No EOL
1.4 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
deployment.kubernetes.io/revision: "1"
|
|
creationTimestamp: "2021-09-21T22:35:20Z"
|
|
generation: 2
|
|
spec:
|
|
paused: true
|
|
progressDeadlineSeconds: 600
|
|
replicas: 3
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 25%
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- image: nginx:latest
|
|
imagePullPolicy: Always
|
|
name: nginx
|
|
resources: {}
|
|
terminationMessagePath: /dev/termination-log
|
|
terminationMessagePolicy: File
|
|
dnsPolicy: ClusterFirst
|
|
restartPolicy: Always
|
|
schedulerName: default-scheduler
|
|
securityContext: {}
|
|
terminationGracePeriodSeconds: 30
|
|
status:
|
|
availableReplicas: 3
|
|
conditions:
|
|
- lastTransitionTime: "2021-09-21T22:35:31Z"
|
|
lastUpdateTime: "2021-09-21T22:35:31Z"
|
|
message: Deployment has minimum availability.
|
|
reason: MinimumReplicasAvailable
|
|
status: "True"
|
|
type: Available
|
|
- lastTransitionTime: "2021-09-21T22:36:25Z"
|
|
lastUpdateTime: "2021-09-21T22:36:25Z"
|
|
message: Deployment is paused
|
|
reason: DeploymentPaused
|
|
status: Unknown
|
|
type: Progressing
|
|
observedGeneration: 2
|
|
readyReplicas: 3
|
|
replicas: 3
|
|
updatedReplicas: 3 |