mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add livenessProbe
This commit is contained in:
parent
7eb290c5cb
commit
a8cdc4fb61
|
@ -48,13 +48,15 @@ spec:
|
|||
{{- end }}
|
||||
|
||||
ports:
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- name: metrics
|
||||
containerPort: 9090
|
||||
protocol: TCP
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
# port: http
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
port: metrics
|
||||
{{- end }}
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /
|
||||
|
|
Loading…
Reference in New Issue
Block a user