Skip to content

Commit

Permalink
restored spec.description in CSV file #785
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla authored and dmvolod committed Feb 2, 2021
1 parent 7182e54 commit f5ab2b3
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,23 @@ spec:
name: restores.infinispan.org
version: v2alpha1
displayName: Restore
description: Placeholder description
description: |
Infinispan is a distributed, in-memory data store that increases application performance and delivers open-source capabilities to handle demanding use cases.
### Core Capabilities
* **Schemaless data structure:** Store different objects as key-value pairs.
* **Grid-based data storage:** Distribute and replicate data across clusters.
* **Elastic scaling:** Dynamically adjust the number of nodes to meet demand without service disruption.
* **Data interoperability:** Store, retrieve, and query data in the grid from different endpoints.
* **High availability:** Always have access to your data.
### Infinispan Operator Features
* Operational intelligence that simplifies Infinispan cluster deployment.
* REST and Hot Rod endpoints available at port `11222`.
* Cache service for a high-performance, ephemeral data store.
* Data Grid service for a fully configurable Infinispan cluster.
* Default application user: `developer`. Infinispan Operator generates credentials in an authentication secret at startup.
* Infinispan pods request `0.25` (limit `0.50`) CPUs, 512MiB of memory and 1Gi of ReadWriteOnce persistent storage. Infinispan Operator lets you adjust resource allocation to suit your requirements.
displayName: Infinispan Operator
install:
spec:
Expand Down

0 comments on commit f5ab2b3

Please sign in to comment.