mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 16:46:21 -03:00
fix(redisInit): set REDIS_PORT (#134)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.1.1
|
||||
version: 10.1.2
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user