diff --git a/peoples/values.yaml b/peoples/values.yaml index 2028ff4..33eb5d1 100644 --- a/peoples/values.yaml +++ b/peoples/values.yaml @@ -83,5 +83,7 @@ tolerations: [] affinity: {} env: - REDIS_HOST: peoples-redis-master - REDIS_PORT: 6379 \ No newline at end of file + - name: "REDIS_HOST" + value: "peoples-redis-master" + - name: "REDIS_PORT" + value: "6379" \ No newline at end of file