ci: 移除http健康检查

This commit is contained in:
2023-03-08 13:50:54 +08:00
parent b8961620d0
commit d97efa54e7
6 changed files with 1 additions and 131 deletions

View File

@@ -33,16 +33,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
tcpSocket:
port: http
readinessProbe:
tcpSocket:
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: