Skip to content

Commit

Permalink
chore: add missing env variable to enable healthchecks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 1, 2024
1 parent 39ff8ca commit e3b683b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ops/charts/connect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: routr-connect
description: Routr Connect Helm Chart
type: application
version: 0.4.0
version: 0.4.1
appVersion: 2.7.6
dependencies:
- name: postgresql
Expand Down
2 changes: 2 additions & 0 deletions ops/charts/connect/templates/edgeport/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
value: {{ .Values.global.otlExporter }}
- name: HEPLIFY_OPTIONS
value: {{ .Values.edgeport.heplifyOptions }}
- name: ENABLE_HEALTHCHECKS
value: "true"
ports:
- containerPort: 8080
{{- if .Values.edgeport.transport.tcp.enabled }}
Expand Down
2 changes: 2 additions & 0 deletions ops/charts/connect/templates/requester/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
value: {{ .Values.global.logsLevel }}
- name: OTEL_EXPORTER_JAEGER_ENDPOINT
value: {{ .Values.global.otlExporter }}
- name: ENABLE_HEALTHCHECKS
value: "true"
ports:
- containerPort: 8080
- containerPort: 51909
Expand Down

0 comments on commit e3b683b

Please sign in to comment.