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:
|
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