Merge pull request #56 from gabops/master
Fix reference to port on liveness and readiness probes in README.md
This commit is contained in:
commit
7a10c423f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue