github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/core.humio.com/HumioCluster/testdata/restarting.yaml (about)

     1  apiVersion: core.humio.com/v1alpha1
     2  kind: HumioCluster
     3  metadata:
     4    creationTimestamp: '2022-12-09T05:48:10Z'
     5    generation: 1
     6    labels:
     7      app: humio
     8      app.kubernetes.io/instance: humio-cluster-failtest
     9    name: example-humiocluster
    10    namespace: failtes
    11  spec:
    12    dataVolumePersistentVolumeClaimSpecTemplate:
    13      accessModes:
    14        - ReadWriteOnce
    15      resources:
    16        requests:
    17          storage: 100Gi
    18      storageClassName: longhorn
    19    digestPartitionsCount: 2
    20    image: 'humio/humio-core:latest'
    21    license:
    22      secretKeyRef:
    23        key: data
    24        name: example-humiocluster-license
    25    storagePartitionsCount: 2
    26    targetReplicationFactor: 1
    27    tls:
    28      enabled: false
    29  status:
    30    state: Restarting