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