Fix reference to port on liveness and readiness probes

This commit is contained in:
Gabriel Suarez 2021-08-04 17:37:26 +01:00
parent 27f415d3d5
commit 0591d10e16

View file

@ -117,11 +117,11 @@ spec:
livenessProbe:
httpGet:
path: /
port: http
port: 8080
readinessProbe:
httpGet:
path: /
port: http
port: 8080
volumeMounts:
- mountPath: /srv/data
name: privatebin-data