feat: update miniflux's service port to 8888

This commit is contained in:
cătălin 2024-02-18 01:24:36 +01:00
commit 91c53a1353
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -10,8 +10,10 @@ metadata:
spec:
selector:
app.kubernetes.io/name: miniflux
app.kubernetes.io/version: 2.1.0
type: LoadBalancer
ports:
- name: miniflux-service
protocol: TCP
port: 8080
port: 8888
targetPort: 8080