github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/clickhouse.altinity.com/ClickHouseInstallation/testdata/healthy_completed.yaml (about)

     1  apiVersion: clickhouse.altinity.com/v1
     2  kind: ClickHouseInstallation
     3  metadata:
     4    name: test-clickhouse
     5    namespace: default
     6  spec:
     7    configuration:
     8      clusters:
     9      - name: cluster
    10        layout:
    11          shards:
    12          - name: shard
    13            replicas:
    14            - name: replica
    15              port: 9000
    16              template:
    17                spec:
    18                  containers:
    19                  - name: clickhouse
    20                    image: clickhouse/clickhouse-server:latest
    21  status:
    22    status: Completed