Fix service target port

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-10-22 15:29:11 +01:00
parent cfeb0d539a
commit 2ed47e80bb

View File

@@ -37,7 +37,7 @@ spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8000
targetPort: web
name: web
selector:
app: miniflux