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

14 lines
226 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mall-auth-service
namespace: default
spec:
type: ClusterIP
selector:
app: mall-auth
ports:
- name: http
protocol: TCP
port: 8401
targetPort: 8401