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:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: http
|
port: 8080
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: http
|
port: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /srv/data
|
- mountPath: /srv/data
|
||||||
name: privatebin-data
|
name: privatebin-data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue