DefGuard / DefGuard/deployment

Liveness/Readiness Probe's are not configurable

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.