From 1bd3a65a6251472a1cf1420ddf9107af08e57d8a Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 22 Dec 2019 02:04:43 -0500 Subject: [PATCH] ser2sock shouldn't have probes (#107) --- ser2sock/Chart.yaml | 2 +- ser2sock/templates/deployment.yaml | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/ser2sock/Chart.yaml b/ser2sock/Chart.yaml index 57e291bb..ae149914 100644 --- a/ser2sock/Chart.yaml +++ b/ser2sock/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: Serial to Socket Redirector name: ser2sock -version: 0.0.1 +version: 0.1.0 keywords: - ser2sock home: https://github.com/billimek/billimek-charts/tree/master/ser2sock diff --git a/ser2sock/templates/deployment.yaml b/ser2sock/templates/deployment.yaml index a375ec7b..4e761213 100644 --- a/ser2sock/templates/deployment.yaml +++ b/ser2sock/templates/deployment.yaml @@ -34,18 +34,6 @@ spec: - name: http containerPort: 10000 protocol: TCP - livenessProbe: - tcpSocket: - port: http - initialDelaySeconds: 30 - failureThreshold: 5 - timeoutSeconds: 5 - readinessProbe: - tcpSocket: - port: http - initialDelaySeconds: 30 - failureThreshold: 5 - timeoutSeconds: 5 env: {{- if .Values.timezone }} - name: TZ