Revert probes back
This commit is contained in:
@@ -38,6 +38,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ trimPrefix ":" .Values.config.Server.Port | int }}
|
containerPort: {{ trimPrefix ":" .Values.config.Server.Port | int }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: http
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: http
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/payouts
|
mountPath: /etc/payouts
|
||||||
|
|||||||
Reference in New Issue
Block a user