DefGuard / DefGuard/deployment
Liveness/Readiness Probe's are not configurable
Open
- Dominant language
- Shell
- Stars
- 26
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
```
livenessProbe:
httpGet:
path: /api/v1/health
port: http
readinessProbe:
httpGet:
path: /api/v1/health
port: http
```
Its generally expects to be able to configure all the available options, as well as enabling/disabling these.
```
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 5
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.