add redis operator
This commit is contained in:
21
clusters/cl01tl/storage/redis-operator/Chart.yaml
Normal file
21
clusters/cl01tl/storage/redis-operator/Chart.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: redis-operator
|
||||||
|
version: 1.0.0
|
||||||
|
description: Redis on Kubernetes
|
||||||
|
keywords:
|
||||||
|
- redis-operator
|
||||||
|
- operator
|
||||||
|
- redis
|
||||||
|
- kubernetes
|
||||||
|
home: https://wiki.alexlebens.dev/s/
|
||||||
|
sources:
|
||||||
|
- https://github.com/OT-CONTAINER-KIT/redis-operator
|
||||||
|
- https://github.com/OT-CONTAINER-KIT/redis-operator/tree/main/charts/redis-operator
|
||||||
|
maintainers:
|
||||||
|
- name: alexlebens
|
||||||
|
dependencies:
|
||||||
|
- name: redis-operator
|
||||||
|
version: 0.21.2
|
||||||
|
repository: https://helm.elastic.co
|
||||||
|
icon: https://github.com/OT-CONTAINER-KIT/redis-operator/raw/main/static/redis-operator-logo.svg
|
||||||
|
appVersion: v0.21.0
|
13
clusters/cl01tl/storage/redis-operator/values.yaml
Normal file
13
clusters/cl01tl/storage/redis-operator/values.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
redis-operator:
|
||||||
|
redisOperator:
|
||||||
|
imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator
|
||||||
|
imageTag: v0.21.0
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 128Mi
|
||||||
|
replicas: 2
|
||||||
|
certmanager:
|
||||||
|
enabled: true
|
Reference in New Issue
Block a user