15 lines
253 B
YAML
15 lines
253 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mall-gateway-service
|
|
namespace: default
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: mall-gateway
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 8201
|
|
targetPort: 8201
|
|
nodePort: 30201 |