--- apiVersion: v1 kind: Service metadata: name: app namespace: miniflux spec: selector: app: miniflux ports: - name: web port: 8080 targetPort: 8080