apiVersion: v1 kind: Service metadata: name: firmware namespace: firmware spec: selector: app: nginx ports: - protocol: TCP port: 80 targetPort: 80 type: NodePort