github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/apps.openshift.io/DeploymentConfig/testdata/progressing_rc_updated.yaml (about) 1 kind: DeploymentConfig 2 apiVersion: apps.openshift.io/v1 3 metadata: 4 name: example 5 namespace: default 6 spec: 7 strategy: 8 type: Rolling 9 rollingParams: 10 updatePeriodSeconds: 1 11 intervalSeconds: 1 12 timeoutSeconds: 600 13 maxUnavailable: 25% 14 maxSurge: 25% 15 resources: {} 16 activeDeadlineSeconds: 21600 17 triggers: 18 - type: ConfigChange 19 replicas: 3 20 revisionHistoryLimit: 10 21 test: false 22 selector: 23 app: httpd 24 template: 25 metadata: 26 creationTimestamp: null 27 labels: 28 app: httpd 29 spec: 30 containers: 31 - name: httpd 32 image: >- 33 image-registry.openshift-image-registry.svc:5000/openshift/httpd:latest 34 ports: 35 - containerPort: 8080 36 protocol: TCP 37 resources: {} 38 terminationMessagePath: /dev/termination-log 39 terminationMessagePolicy: File 40 imagePullPolicy: Always 41 restartPolicy: Always 42 terminationGracePeriodSeconds: 30 43 dnsPolicy: ClusterFirst 44 securityContext: {} 45 schedulerName: default-scheduler 46 status: 47 observedGeneration: 1 48 details: 49 message: config change 50 causes: 51 - type: ConfigChange 52 availableReplicas: 3 53 conditions: 54 - type: Available 55 status: 'True' 56 lastUpdateTime: '2021-08-25T23:48:29Z' 57 lastTransitionTime: '2021-08-25T23:48:29Z' 58 message: Deployment config has minimum availability. 59 - type: Progressing 60 status: 'True' 61 lastUpdateTime: '2021-08-25T23:48:29Z' 62 lastTransitionTime: '2021-08-25T23:48:15Z' 63 reason: ReplicationControllerUpdated 64 message: replication controller "example-1" is progressing 65 replicas: 3 66 readyReplicas: 3