Skip to content

Commit

Permalink
Merge pull request #111 from lopeg/master
Browse files Browse the repository at this point in the history
Fix Redis environment variable name
  • Loading branch information
fredsted authored Aug 16, 2021
2 parents 319bfbd + 93e3a06 commit 2000b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/laravel-echo-server.deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
value: '*'
- name: ECHO_PROTOCOL
value: http
- name: ECHO_REDIS_HOST
- name: ECHO_REDIS_HOSTNAME
value: redis
- name: ECHO_REDIS_PORT
value: "6379"
Expand Down

0 comments on commit 2000b0b

Please sign in to comment.