From c911ba60ab984b1a77199d83a88ca3e8715408ee Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 20 Aug 2020 11:02:13 +0200 Subject: [PATCH] fix service --- charts/rsyncd/templates/deployment.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/charts/rsyncd/templates/deployment.yaml b/charts/rsyncd/templates/deployment.yaml index b032d5d..5e60662 100644 --- a/charts/rsyncd/templates/deployment.yaml +++ b/charts/rsyncd/templates/deployment.yaml @@ -37,21 +37,15 @@ spec: - name: rsync containerPort: 873 protocol: TCP - livenessProbe: - tcpSocket: - port: 873 - readinessProbe: - tcpSocket: - port: 873 - name: ssh containerPort: 22 protocol: TCP livenessProbe: tcpSocket: - port: 22 + port: 873 readinessProbe: tcpSocket: - port: 22 + port: 873 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: