mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: nitishfy <justnitish06@gmail.com> Signed-off-by: Nitish Kumar <justnitish06@gmail.com>
54 lines
No EOL
1.5 KiB
YAML
54 lines
No EOL
1.5 KiB
YAML
apiVersion: spot.io/v1beta1
|
|
kind: SpotDeployment
|
|
metadata:
|
|
clusterName: ''
|
|
creationTimestamp: '2019-05-01T21:55:30Z'
|
|
generation: 1
|
|
labels:
|
|
app.kubernetes.io/instance: guestbook-canary
|
|
ksonnet.io/component: guestbook-ui
|
|
name: guestbook-canary
|
|
namespace: default
|
|
resourceVersion: '955764'
|
|
uid: d6105ccd-6c5b-11e9-b8d7-025000000001
|
|
spec:
|
|
minReadySeconds: 10
|
|
replicas: 5
|
|
selector:
|
|
matchLabels:
|
|
app: guestbook-canary
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: guestbook-canary
|
|
spec:
|
|
containers:
|
|
- image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1'
|
|
name: guestbook-canary
|
|
ports:
|
|
- containerPort: 80
|
|
resources: {}
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: '2019-05-01T21:55:30Z'
|
|
lastUpdateTime: '2019-05-01T21:55:58Z'
|
|
message: ReplicaSet "guestbook-canary-84ccfddd66" has successfully progressed.
|
|
reason: NewReplicaSetAvailable
|
|
status: 'True'
|
|
type: Progressing
|
|
- lastTransitionTime: '2019-05-01T21:55:58Z'
|
|
lastUpdateTime: '2019-05-01T21:55:58Z'
|
|
message: Rollout has minimum availability
|
|
reason: AvailableReason
|
|
status: 'True'
|
|
type: Available
|
|
observedGeneration: c45557fd9
|
|
readyReplicas: 5
|
|
replicas: 5
|
|
selector: app=guestbook-canary
|
|
liveVersionDate: "2022-07-14T07:56:27.000Z"
|
|
liveVersionImages:
|
|
rollouts-demo: quay.io/argoprojlabs/argocd-e2e-container:0.1
|
|
phase: Healthy
|
|
revision: "9" |