Browse Source

Add hostname for redis

master
Fábio Kaiser Rauber 3 years ago
parent
commit
d4a5e98aa0
  1. 1
      charts/emailleg/v1.4.0/templates/deployment.yaml

1
charts/emailleg/v1.4.0/templates/deployment.yaml

@ -163,6 +163,7 @@ spec:
- name: redis
containerPort: 6379
protocol: TCP
hostname: redis
livenessProbe:
tcpSocket:
port: 6379

Loading…
Cancel
Save