fix(redisInit): set REDIS_PORT (#134)

This commit is contained in:
Stavros Kois
2022-06-23 22:51:16 +03:00
committed by GitHub
parent e262421a4f
commit 4ff5a17177
2 changed files with 3 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.1.1
version: 10.1.2

View File

@@ -16,6 +16,8 @@ This template ensures pods with redis dependency have a delayed start
secretKeyRef:
name: rediscreds
key: redis-password
- name: REDIS_PORT
value: "6379"
securityContext:
capabilities:
drop: