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

14 lines
228 B
YAML

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