Fix reference to port on liveness and readiness probes
This commit is contained in:
parent
27f415d3d5
commit
0591d10e16
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