ser2sock shouldn't have probes (#107)

This commit is contained in:
Jeff Billimek 2019-12-22 02:04:43 -05:00 committed by GitHub
parent b332249e9d
commit 1bd3a65a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View File

@ -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

View File

@ -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