forked from canonical/redis-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
65 lines (58 loc) · 1.76 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.
name: redis-k8s
display-name: Redis
docs: https://discourse.charmhub.io/t/redis-docs-index/4571
description: >
Redis charm for Kubernetes deployments.
tags:
- database
- storage
- kubernetes
- redis
summary: >
Redis is an open source (BSD licensed), in-memory data structure store, used
as a database, cache, and message broker. Redis provides data structures
such as strings, hashes, lists, sets, sorted sets with range queries,
bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in
replication, Lua scripting, LRU eviction, transactions, and different levels
of on-disk persistence, and provides high availability via Redis Sentinel and
automatic partitioning with Redis Cluster.
This charm supports Redis in Kubernetes environments, using k8s services
for load balancing. This supports a simple Redis topology. Although multiple
units are allowed, replication and clustering are not supported for the moment.
maintainers:
- Eduardo Mucelli R. Oliveira <[email protected]>
- Raul Zamora Martinez <[email protected]>
provides:
redis:
interface: redis
containers:
redis:
resource: redis-image
mounts:
- storage: database
location: /var/lib/redis
sentinel:
resource: redis-image
resources:
redis-image:
type: oci-image
description: ubuntu lts docker image for redis
upstream: ghcr.io/canonical/charmed-redis:7.0-22.04_edge
cert-file:
type: file
filename: redis.crt
key-file:
type: file
filename: redis.key
ca-cert-file:
type: file
filename: ca.crt
storage:
database:
type: filesystem
location: /var/lib/redis
peers:
redis-peers:
interface: redis-peers