Browse Source

Fix availibilty of redis to config container

master
Fábio Kaiser Rauber 2 years ago
parent
commit
2b19368c72
  1. 2
      charts/emailleg/v1.4.0/templates/service.yaml

2
charts/emailleg/v1.4.0/templates/service.yaml

@ -24,7 +24,7 @@ spec:
protocol: TCP
name: smtp
- port: 6379
targetPort: 6379
targetPort: redis
protocol: TCP
name: redis
selector:

Loading…
Cancel
Save