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.4
No related merge requests found
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0" appVersion: "1.0"
description: The storage for tokens and passwords for services. description: The storage for tokens and passwords for services.
name: circle3-token-storage name: circle3-token-storage
version: 0.1.5 version: 0.1.6
home: https://www.research-data-services.org/ home: https://www.research-data-services.org/
engine: gotpl engine: gotpl
keywords: keywords:
......
...@@ -29,6 +29,8 @@ spec: ...@@ -29,6 +29,8 @@ spec:
value: {{ .Values.environment.REDIS_HOST | quote }} value: {{ .Values.environment.REDIS_HOST | quote }}
- name: REDIS_PORT - name: REDIS_PORT
value: {{ .Values.environment.REDIS_PORT | quote }} value: {{ .Values.environment.REDIS_PORT | quote }}
- name: use_inmemory_as_fallover
value: {{ .Values.environment.IN_MEMORY_AS_FAILOVER | quote }}
envFrom: envFrom:
- configMapRef: - configMapRef:
name: proxy name: proxy
......
...@@ -43,4 +43,5 @@ affinity: {} ...@@ -43,4 +43,5 @@ affinity: {}
environment: environment:
REDIS_HOST: redis REDIS_HOST: redis
REDIS_PORT: 6379 REDIS_PORT: 6379
\ No newline at end of file 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