mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ser2sock shouldn't have probes (#107)
This commit is contained in:
parent
b332249e9d
commit
1bd3a65a62
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user