Skip to content

Commit

Permalink
uncomment liveness and readiness probes
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 committed Apr 10, 2021
1 parent 24f0576 commit a25cea5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/opentelemetry-collector/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ containers:
{{- with .Values.extraEnvs }}
{{- . | toYaml | nindent 6 }}
{{- end }}
# livenessProbe: # TODO: does not work. it keeps killing pod.
# httpGet:
# path: /
# port: 13133
# readinessProbe:
# httpGet:
# path: /
# port: 13133
livenessProbe:
httpGet:
path: /
port: 13133
readinessProbe:
httpGet:
path: /
port: 13133
resources:
{{- toYaml .Values.resources | nindent 6 }}
volumeMounts:
Expand Down

0 comments on commit a25cea5

Please sign in to comment.