loomio (not yet working), and new config for postgres and redis

This commit is contained in:
2025-12-30 03:39:19 +00:00
parent 1b78abbdc4
commit 8818d822cf
19 changed files with 452 additions and 19 deletions

View File

@@ -14,18 +14,18 @@ spec:
app: redis
spec:
containers:
- image: "{{ .apps.redis.image }}"
- image: "{{ .image }}"
name: redis
ports:
- containerPort: {{ .apps.redis.port }}
- containerPort: {{ .port }}
env:
- name: TZ
value: "{{ .apps.redis.timezone }}"
value: "{{ .timezone }}"
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis-secrets
key: apps.redis.password
key: password
command:
- redis-server
- --requirepass