Skip to content

Commit 2000b0b

Browse files
authored
Merge pull request #111 from lopeg/master
Fix Redis environment variable name
2 parents 319bfbd + 93e3a06 commit 2000b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/laravel-echo-server.deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
value: '*'
3636
- name: ECHO_PROTOCOL
3737
value: http
38-
- name: ECHO_REDIS_HOST
38+
- name: ECHO_REDIS_HOSTNAME
3939
value: redis
4040
- name: ECHO_REDIS_PORT
4141
value: "6379"

0 commit comments

Comments
 (0)