mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +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"
|
appVersion: "1.0.0"
|
||||||
description: Serial to Socket Redirector
|
description: Serial to Socket Redirector
|
||||||
name: ser2sock
|
name: ser2sock
|
||||||
version: 0.0.1
|
version: 0.1.0
|
||||||
keywords:
|
keywords:
|
||||||
- ser2sock
|
- ser2sock
|
||||||
home: https://github.com/billimek/billimek-charts/tree/master/ser2sock
|
home: https://github.com/billimek/billimek-charts/tree/master/ser2sock
|
||||||
|
@ -34,18 +34,6 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 10000
|
containerPort: 10000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
failureThreshold: 5
|
|
||||||
timeoutSeconds: 5
|
|
||||||
readinessProbe:
|
|
||||||
tcpSocket:
|
|
||||||
port: http
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
failureThreshold: 5
|
|
||||||
timeoutSeconds: 5
|
|
||||||
env:
|
env:
|
||||||
{{- if .Values.timezone }}
|
{{- if .Values.timezone }}
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
Loading…
Reference in New Issue
Block a user