UNPKG
myex-cli
Version:
latest (1.0.0)
1.0.0
Opinionated Express.js framework with CLI tools
myex-cli
/
deploy
/
k8s
/
service.yaml
17 lines
•
256 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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