Files
mall-swarm/document/k8s/mall-gateway-service.yaml
2021-03-09 20:28:13 +08:00

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