apiVersion: v1 kind: Service metadata: name: notesnook-monograph namespace: notesnook spec: selector: app: notesnook-monograph ports: - { name: http, port: 3000, targetPort: 3000 }