-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubia-arm64-deployment.yaml
62 lines (62 loc) · 1.55 KB
/
kubia-arm64-deployment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "2"
creationTimestamp: "2024-08-07T14:13:17Z"
generation: 3
labels:
app: kubia
name: kubia
namespace: default
resourceVersion: "12154"
uid: 9ebf2ea3-fcde-44e1-bf31-93074b40cc55
spec:
progressDeadlineSeconds: 600
replicas: 3
revisionHistoryLimit: 10
selector:
matchLabels:
app: kubia
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: kubia
spec:
containers:
- image: ilgaur/kubia-arm64:v2
imagePullPolicy: Always
name: kubia-arm64
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 3
conditions:
- lastTransitionTime: "2024-08-08T10:33:47Z"
lastUpdateTime: "2024-08-08T10:33:47Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2024-08-07T14:13:17Z"
lastUpdateTime: "2024-08-08T11:29:27Z"
message: ReplicaSet "kubia-7586cd75df" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 3
readyReplicas: 3
replicas: 3
updatedReplicas: 3