-
Notifications
You must be signed in to change notification settings - Fork 10
/
metadata.yaml
65 lines (58 loc) · 1.37 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: Charmed Redis
docs: https://discourse.charmhub.io/t/redis-docs-index/4571
description: >
Redis charm for Kubernetes deployments.
tags:
- database
- storage
- kubernetes
- redis
summary: >
This charm supports Redis in Kubernetes environments, using k8s services for load
balancing. This supports a simple Redis topology, but replication and clustering
are not supported for the moment.
maintainers:
- Rene Radoi <[email protected]>
- Smail Kourta <[email protected]>
provides:
redis:
interface: redis
metrics-endpoint:
interface: prometheus_scrape
grafana-dashboard:
interface: grafana_dashboard
requires:
logging:
interface: loki_push_api
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.2.5-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