Skip to content

Commit bf50389

Browse files
committed
remove otel health check
1 parent f375408 commit bf50389

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.1.27
5+
version: 0.1.28
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/charts/otel/templates/deployment.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ spec:
6868
fieldPath: status.podIP
6969
{{- include "otel.extraEnv" (dict "global" $.Values.global "local" .Values) | nindent 12 }}
7070
{{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
71-
livenessProbe:
72-
httpGet:
73-
path: /
74-
port: 13133
75-
readinessProbe:
76-
httpGet:
77-
path: /
78-
port: 13133
7971
resources:
8072
{{- toYaml .Values.resources | nindent 12 }}
8173
volumeMounts:

0 commit comments

Comments
 (0)