diff --git a/helm/starboard-exporter/templates/deployment.yaml b/helm/starboard-exporter/templates/deployment.yaml index 9d38fd3..122c7a2 100644 --- a/helm/starboard-exporter/templates/deployment.yaml +++ b/helm/starboard-exporter/templates/deployment.yaml @@ -89,6 +89,9 @@ spec: - containerPort: 8080 name: metrics protocol: TCP + - containerPort: 8081 + name: probes + protocol: TCP livenessProbe: httpGet: path: /healthz