document probes for k8s

This commit is contained in:
El RIDO 2020-10-03 10:32:20 +02:00
parent 7994a768ad
commit 6ab53b4699
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -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