document probes for k8s
This commit is contained in:
parent
7994a768ad
commit
6ab53b4699
1 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,14 @@ spec:
|
|||
runAsUser: 65534
|
||||
runAsGroup: 82
|
||||
readOnlyRootFilesystem: True
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
volumeMounts:
|
||||
- mountPath: /srv/data
|
||||
name: privatebin-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue