--- apiVersion: v1 kind: Service metadata: name: notes spec: type: NodePort ports: - port: 8000 protocol: TCP selector: app.kubernetes.io/name: notes