From d4a5e98aa0fa9acdcba784cc09160f0f1ab7f3da Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 10 Feb 2022 08:33:39 -0300 Subject: [PATCH] Add hostname for redis --- charts/emailleg/v1.4.0/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/emailleg/v1.4.0/templates/deployment.yaml b/charts/emailleg/v1.4.0/templates/deployment.yaml index 53218f1..5ad1a13 100755 --- a/charts/emailleg/v1.4.0/templates/deployment.yaml +++ b/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