loomio (not yet working), and new config for postgres and redis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user