mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-22 07:55:44 +00:00
adding liveness and rediness probes
This commit is contained in:
@@ -44,14 +44,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.core.targetPort }}
|
containerPort: {{ .Values.service.core.targetPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
#livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /health
|
||||||
# port: http
|
port: http
|
||||||
#readinessProbe:
|
readinessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /health
|
||||||
# port: http
|
port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
|||||||
@@ -46,14 +46,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.shard.targetPort }}
|
containerPort: {{ .Values.service.shard.targetPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
#livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /health
|
||||||
# port: http
|
port: http
|
||||||
#readinessProbe:
|
readinessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /health
|
||||||
# port: http
|
port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
|||||||
Reference in New Issue
Block a user