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