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