Fixed redis url
This commit is contained in:
parent
14dc243f72
commit
d0d432312f
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
@ -27,5 +27,5 @@ spec:
|
||||
ports:
|
||||
- name: controller-redis
|
||||
protocol: TCP
|
||||
port: 6390
|
||||
targetPort: 6390
|
||||
port: 6379
|
||||
targetPort: 6379
|
||||
|
Loading…
Reference in New Issue
Block a user