apiVersion: v1 kind: Service metadata: name: nimh-static spec: selector: app: nimh-static ports: - port: 80 targetPort: 80 nodePort: 30080 type: NodePort