apiVersion: v1 kind: Service metadata: name: i2-pusher-frontend namespace: i2 spec: type: NodePort selector: app: i2-pusher-frontend ports: - port: 8081 nodePort: 31101 protocol: TCP targetPort: 80