UNPKG

myex-cli

Version:

Opinionated Express.js framework with CLI tools

17 lines 256 B
apiVersion: v1 kind: Service metadata: name: myx-app-service labels: app: myx component: api spec: selector: app: myx component: api ports: - port: 80 targetPort: 3000 protocol: TCP name: http type: ClusterIP