Skip to content

Commit 5c4c71b

Browse files
committed
feat(helm): Guard readinessProbe in enterpriseGateway
Signed-off-by: Andreas Lindhé <[email protected]>
1 parent a3e3a82 commit 5c4c71b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

production/helm/loki/templates/gateway/deployment-gateway-enterprise.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ spec:
115115
- name: http-metrics
116116
containerPort: 3100
117117
protocol: TCP
118+
{{- with .Values.enterpriseGateway.readinessProbe }}
118119
readinessProbe:
119-
{{- toYaml .Values.enterpriseGateway.readinessProbe | nindent 12 }}
120+
{{- toYaml . | nindent 12 }}
121+
{{- end }}
120122
resources:
121123
{{- toYaml .Values.enterpriseGateway.resources | nindent 12 }}
122124
securityContext:

0 commit comments

Comments
 (0)