mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Bugfix in Deployment config
This commit is contained in:
parent
1307f43306
commit
ac0dcd090e
@ -68,11 +68,10 @@ spec:
|
||||
ports:
|
||||
- containerPort: <port where the proxy is listening for requests>
|
||||
protocol: TCP
|
||||
name: proxy-health
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: proxy-health
|
||||
port: <cluster-health-check-port from the ConfigMap>
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 15
|
||||
failureThreshold: 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user