DefGuard / DefGuard/deployment
Liveness/Readiness Probe's are not configurable
Aperta
- Lingua principale
- Shell
- Stelle
- 26
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.