Merge pull request #56 from gabops/master

Fix reference to port on liveness and readiness probes in README.md
This commit is contained in:
El RIDO 2021-08-05 20:03:03 +02:00 committed by GitHub
commit 7a10c423f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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