12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- annotations:
- deployment.kubernetes.io/revision: "1"
- creationTimestamp: "2023-03-18T09:38:22Z"
- generation: 1
- labels:
- app: cloud-oil
- name: cloud-oil
- namespace: default
- resourceVersion: "60231272"
- uid: 2ecace39-ac3d-428f-bf38-fecea5d3fa7e
- spec:
- progressDeadlineSeconds: 600
- replicas: 1
- revisionHistoryLimit: 10
- selector:
- matchLabels:
- app: cloud-oil
- strategy:
- rollingUpdate:
- maxSurge: 25%
- maxUnavailable: 25%
- type: RollingUpdate
- template:
- metadata:
- creationTimestamp: null
- labels:
- app: cloud-oil
- spec:
- containers:
- - env:
- - name: LANG
- value: C.UTF-8
- - name: JAVA_HOME
- value: /usr/lib/java/jdk1.8.0_202
- - name: CLASSPATH
- value: .:/usr/lib/java/jdk1.8.0_202/lib/dt.jar:/usr/lib/java/jdk1.8.0_202/lib/tools.jar
- - name: TIME_ZONE
- value: Asia/Shanghai
- - name: TZ
- value: Asia/Shanghai
- - name: JAVA_OPTS
- value: -Xms1024m -Xmx2048m -Djava.security.egd=file:/dev/./urandom
- - name: hostIp
- - name: haspmRegister
- value: 10.210.160.59:8848
- image: 10.210.5.68:8443/devops-test/cloud-oil:1.1.0
- imagePullPolicy: Always
- name: cloud-oil
- ports:
- - containerPort: 9299
- name: oil-9299
- protocol: TCP
- resources:
- limits:
- cpu: "2"
- memory: 2Gi
- requests:
- cpu: 1500m
- memory: 2048Mi
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- dnsPolicy: ClusterFirst
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext: {}
- terminationGracePeriodSeconds: 30
- status:
- availableReplicas: 1
- conditions:
- - lastTransitionTime: "2023-03-18T09:38:24Z"
- lastUpdateTime: "2023-03-18T09:38:24Z"
- message: Deployment has minimum availability.
- reason: MinimumReplicasAvailable
- status: "True"
- type: Available
- - lastTransitionTime: "2023-03-18T09:38:22Z"
- lastUpdateTime: "2023-03-18T09:38:24Z"
- message: ReplicaSet "cloud-oil-7b4db7cc84" has successfully progressed.
- reason: NewReplicaSetAvailable
- status: "True"
- type: Progressing
- observedGeneration: 1
- readyReplicas: 1
- replicas: 1
- updatedReplicas: 1
|