apiVersion: v1 kind: Service metadata: name: memos namespace: memos spec: ports: - protocol: TCP name: app port: 5230 selector: app: memos