Skip to content

Commit 8a5b184

Browse files
committed
Allow external healthchecks (e.g. NLB)
1 parent d702fcc commit 8a5b184

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: connector
33
description: The Formal Connector is a protocol-aware proxy that provides visibility and control over the flow of data between your resources and users.
44
type: application
5-
version: 0.7.0
5+
version: 0.8.0

charts/connector/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@ spec:
2121
protocol: TCP
2222
name: {{ .name }}
2323
{{- end }}
24+
- port: 8080
25+
targetPort: health
26+
protocol: TCP
27+
name: health
2428
selector:
2529
{{- include "connector.selectorLabels" . | nindent 4 }}

0 commit comments

Comments
 (0)