14 lines
226 B
YAML
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 |