Standardize config.

This commit is contained in:
2026-05-23 19:51:33 +00:00
parent e2e3f730a5
commit 6b5325c6f3
87 changed files with 426 additions and 531 deletions

View File

@@ -14,13 +14,11 @@ spec:
app: redis
spec:
containers:
- image: "{{ .image }}"
- image: "redis:alpine"
name: redis
ports:
- containerPort: {{ .port }}
- containerPort: 6379
env:
- name: TZ
value: "{{ .timezone }}"
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:

View File

@@ -1,12 +1,10 @@
name: redis
is: redis
description: Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
version: 1.0.0
version: 1.0.0-1
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg
defaultConfig:
namespace: redis
image: redis:alpine
timezone: UTC
host: redis.redis.svc.cluster.local
port: 6379
uri: redis://{{ .app.host }}:{{ .app.port }}/0

View File

@@ -7,7 +7,7 @@ metadata:
app: redis
spec:
ports:
- port: {{ .port }}
targetPort: {{ .port }}
- port: 6379
targetPort: 6379
selector:
app: redis