github.com/argoproj/argo-cd/v3@v3.2.1/controller/testdata/additional-image-replicas-deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    labels:
     5      app: client
     6      appProcess: web
     7    name: client
     8  spec:
     9    replicas: 2
    10    selector:
    11      matchLabels:
    12        app: client
    13    strategy: {}
    14    template:
    15      metadata:
    16        labels:
    17          app: client
    18          appProcess: web
    19      spec:
    20        containers:
    21          - image: alpine:2
    22            name: alpine
    23            resources:
    24              requests:
    25                cpu: 400m
    26            env:
    27              - name: EV
    28                value: here