mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
181 lines
5.2 KiB
YAML
181 lines
5.2 KiB
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
deployment.kubernetes.io/revision: "4"
|
|
creationTimestamp: "2025-02-25T00:20:45Z"
|
|
generation: 4
|
|
labels:
|
|
app: manual-apply-app
|
|
applications.argoproj.io/app-name: manual-apply-app
|
|
managedFields:
|
|
- apiVersion: apps/v1
|
|
fieldsType: FieldsV1
|
|
fieldsV1:
|
|
f:metadata:
|
|
f:annotations: {}
|
|
f:labels:
|
|
.: {}
|
|
f:app: {}
|
|
f:applications.argoproj.io/app-name: {}
|
|
f:spec:
|
|
f:progressDeadlineSeconds: {}
|
|
f:replicas: {}
|
|
f:revisionHistoryLimit: {}
|
|
f:selector: {}
|
|
f:strategy:
|
|
f:rollingUpdate:
|
|
.: {}
|
|
f:maxSurge: {}
|
|
f:maxUnavailable: {}
|
|
f:type: {}
|
|
f:template:
|
|
f:metadata:
|
|
f:labels:
|
|
.: {}
|
|
f:app: {}
|
|
f:spec:
|
|
f:automountServiceAccountToken: {}
|
|
f:containers:
|
|
k:{"name":"main-container"}:
|
|
.: {}
|
|
f:image: {}
|
|
f:imagePullPolicy: {}
|
|
f:name: {}
|
|
f:ports:
|
|
.: {}
|
|
k:{"containerPort":80,"protocol":"TCP"}:
|
|
.: {}
|
|
f:containerPort: {}
|
|
f:name: {}
|
|
f:protocol: {}
|
|
f:resources:
|
|
.: {}
|
|
f:limits:
|
|
.: {}
|
|
f:memory: {}
|
|
f:terminationMessagePath: {}
|
|
f:terminationMessagePolicy: {}
|
|
f:dnsPolicy: {}
|
|
f:restartPolicy: {}
|
|
f:schedulerName: {}
|
|
f:securityContext: {}
|
|
f:terminationGracePeriodSeconds: {}
|
|
manager: argocd-controller
|
|
operation: Update
|
|
time: "2025-02-25T01:19:32Z"
|
|
- apiVersion: apps/v1
|
|
fieldsType: FieldsV1
|
|
fieldsV1:
|
|
f:metadata:
|
|
f:annotations:
|
|
f:kubectl.kubernetes.io/last-applied-configuration: {}
|
|
f:spec:
|
|
f:template:
|
|
f:spec:
|
|
f:containers:
|
|
k:{"name":"idle"}:
|
|
.: {}
|
|
f:image: {}
|
|
f:imagePullPolicy: {}
|
|
f:name: {}
|
|
f:ports:
|
|
.: {}
|
|
k:{"containerPort":8080,"protocol":"TCP"}:
|
|
.: {}
|
|
f:containerPort: {}
|
|
f:name: {}
|
|
f:protocol: {}
|
|
f:resources: {}
|
|
f:terminationMessagePath: {}
|
|
f:terminationMessagePolicy: {}
|
|
manager: kubectl-client-side-apply
|
|
operation: Update
|
|
time: "2025-02-25T01:29:34Z"
|
|
- apiVersion: apps/v1
|
|
fieldsType: FieldsV1
|
|
fieldsV1:
|
|
f:metadata:
|
|
f:annotations:
|
|
f:deployment.kubernetes.io/revision: {}
|
|
f:status:
|
|
f:availableReplicas: {}
|
|
f:conditions:
|
|
.: {}
|
|
k:{"type":"Available"}:
|
|
.: {}
|
|
f:lastTransitionTime: {}
|
|
f:lastUpdateTime: {}
|
|
f:message: {}
|
|
f:reason: {}
|
|
f:status: {}
|
|
f:type: {}
|
|
k:{"type":"Progressing"}:
|
|
.: {}
|
|
f:lastTransitionTime: {}
|
|
f:lastUpdateTime: {}
|
|
f:message: {}
|
|
f:reason: {}
|
|
f:status: {}
|
|
f:type: {}
|
|
f:observedGeneration: {}
|
|
f:readyReplicas: {}
|
|
f:replicas: {}
|
|
f:updatedReplicas: {}
|
|
manager: kube-controller-manager
|
|
operation: Update
|
|
subresource: status
|
|
time: "2025-02-25T01:29:44Z"
|
|
name: manual-apply-test-deployment
|
|
namespace: default
|
|
resourceVersion: "46835"
|
|
uid: c2ff066f-cbbd-408d-a015-85f1b6332193
|
|
spec:
|
|
progressDeadlineSeconds: 600
|
|
replicas: 1
|
|
revisionHistoryLimit: 10
|
|
selector:
|
|
matchLabels:
|
|
app: manual-apply-test
|
|
strategy:
|
|
rollingUpdate:
|
|
maxSurge: 25%
|
|
maxUnavailable: 25%
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: manual-apply-test
|
|
spec:
|
|
automountServiceAccountToken: false
|
|
containers:
|
|
- image: nginx:latest
|
|
imagePullPolicy: Always
|
|
name: main-container
|
|
ports:
|
|
- containerPort: 80
|
|
name: http
|
|
protocol: TCP
|
|
resources:
|
|
limits:
|
|
memory: 100Mi
|
|
terminationMessagePath: /dev/termination-log
|
|
terminationMessagePolicy: File
|
|
- image: spurin/idle:latest
|
|
imagePullPolicy: Always
|
|
name: idle
|
|
ports:
|
|
- containerPort: 8080
|
|
name: web
|
|
protocol: TCP
|
|
resources:
|
|
limits:
|
|
memory: 100Mi
|
|
terminationMessagePath: /dev/termination-log
|
|
terminationMessagePolicy: File
|
|
dnsPolicy: ClusterFirst
|
|
restartPolicy: Always
|
|
schedulerName: default-scheduler
|
|
securityContext: {}
|
|
terminationGracePeriodSeconds: 30 |