github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/InterStepBufferService/testdata/progressing.yaml (about)

     1  apiVersion: numaflow.numaproj.io/v1alpha1
     2  kind: InterStepBufferService
     3  metadata:
     4    annotations:
     5      kubectl.kubernetes.io/last-applied-configuration: |
     6        {"apiVersion":"numaflow.numaproj.io/v1alpha1","kind":"InterStepBufferService","metadata":{"annotations":{},"name":"default","namespace":"numaflow-system"},"spec":{"jetstream":{"persistence":{"volumeSize":"3Gi"},"version":"latest"}}}
     7    creationTimestamp: "2024-10-08T18:21:09Z"
     8    finalizers:
     9    - isbsvc-controller
    10    generation: 2
    11    name: default
    12    namespace: numaflow-system
    13    resourceVersion: "357862"
    14    uid: e175db66-3918-4ef8-993d-12b37eb9a964
    15  spec:
    16    jetstream:
    17      persistence:
    18        volumeSize: 3Gi
    19      replicas: 3
    20      version: latest
    21  status:
    22    conditions:
    23    - lastTransitionTime: "2024-10-08T18:21:53Z"
    24      message: |
    25        partitioned roll out complete: 3 new pods have been updated...
    26      reason: Healthy
    27      status: "True"
    28      type: ChildrenResourcesHealthy
    29    - lastTransitionTime: "2024-10-08T18:21:53Z"
    30      message: Successful
    31      reason: Successful
    32      status: "True"
    33      type: Configured
    34    - lastTransitionTime: "2024-10-08T18:21:53Z"
    35      message: Successful
    36      reason: Successful
    37      status: "True"
    38      type: Deployed
    39    config:
    40      jetstream:
    41        auth:
    42          basic:
    43            password:
    44              key: client-auth-password
    45              name: isbsvc-default-js-client-auth
    46            user:
    47              key: client-auth-user
    48              name: isbsvc-default-js-client-auth
    49        streamConfig: |
    50          consumer:
    51            ackwait: 60s
    52            maxackpending: 25000
    53          otbucket:
    54            history: 1
    55            maxbytes: 0
    56            maxvaluesize: 0
    57            replicas: 3
    58            storage: 0
    59            ttl: 3h
    60          procbucket:
    61            history: 1
    62            maxbytes: 0
    63            maxvaluesize: 0
    64            replicas: 3
    65            storage: 0
    66            ttl: 72h
    67          stream:
    68            duplicates: 60s
    69            maxage: 72h
    70            maxbytes: -1
    71            maxmsgs: 100000
    72            replicas: 3
    73            retention: 0
    74            storage: 0
    75        url: nats://isbsvc-default-js-svc.numaflow-system.svc:4222
    76    observedGeneration: 1
    77    phase: Running
    78    type: jetstream