Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .skiff/webapp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ function(
periodSeconds: 10,
failureThreshold: 3
},
livenessProbe: {
httpGet: apiHealthCheck + {
path: '/?check=liveness_probe'
},
periodSeconds: 10,
failureThreshold: 9,
initialDelaySeconds: 30
},
# This tells Kubernetes what CPU and memory resources your API needs.
# We set these values low by default, as most applications receive
# bursts of activity and accordingly don't need dedicated resources
Expand Down Expand Up @@ -311,12 +303,6 @@ function(
path: '/?check=rdy'
}
},
livenessProbe: {
failureThreshold: 6,
httpGet: proxyHealthCheck + {
path: '/?check=live'
}
},
resources: {
requests: {
cpu: '50m',
Expand Down