Fixed redis url

This commit is contained in:
2021-04-26 00:13:41 +02:00
parent 14dc243f72
commit d0d432312f
2 changed files with 3 additions and 3 deletions

View File

@ -27,5 +27,5 @@ spec:
ports:
- name: controller-redis
protocol: TCP
port: 6390
targetPort: 6390
port: 6379
targetPort: 6379