Fix service target port
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
cfeb0d539a
commit
2ed47e80bb
@ -37,7 +37,7 @@ spec:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 8000
|
targetPort: web
|
||||||
name: web
|
name: web
|
||||||
selector:
|
selector:
|
||||||
app: miniflux
|
app: miniflux
|
||||||
|
Loading…
Reference in New Issue
Block a user