apiVersion: v1 kind: Service metadata: name: memos-svc namespace: memos spec: selector: app: memos ports: - name: web port: 5230 targetPort: 5230