Skip to content
Snippets Groups Projects
Verified Commit 0eb46a03 authored by Peter Heiss's avatar Peter Heiss :crab:
Browse files

add inmemory trigger for storage

parent 1fbebd43
No related branches found
Tags 1.1.1
No related merge requests found
......@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: The storage for tokens and passwords for services.
name: circle3-token-storage
version: 0.1.5
version: 0.1.6
home: https://www.research-data-services.org/
engine: gotpl
keywords:
......
......@@ -29,6 +29,8 @@ spec:
value: {{ .Values.environment.REDIS_HOST | quote }}
- name: REDIS_PORT
value: {{ .Values.environment.REDIS_PORT | quote }}
- name: use_inmemory_as_fallover
value: {{ .Values.environment.IN_MEMORY_AS_FAILOVER | quote }}
envFrom:
- configMapRef:
name: proxy
......
......@@ -43,4 +43,5 @@ affinity: {}
environment:
REDIS_HOST: redis
REDIS_PORT: 6379
\ No newline at end of file
REDIS_PORT: 6379
IN_MEMORY_AS_FAILOVER: "False"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment