Switched to use tcpSocket checks

This commit is contained in:
Jonathan Ervine 2020-08-06 12:24:53 +08:00
parent 10e2913cfc
commit 2544ba3d8e
2 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 0.1.3 version: 0.1.4
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -59,12 +59,10 @@ spec:
containerPort: 8096 containerPort: 8096
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: tcpSocket:
path: /
port: 8096 port: 8096
readinessProbe: readinessProbe:
httpGet: tcpSocket:
path: /
port: 8096 port: 8096
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}