Files
toutoukan/docker/userService/userServer.yaml
2025-09-16 01:19:13 +08:00

13 lines
172 B
YAML

apiVersion: v1
kind: Service
metadata:
name: title
spec:
selector:
app: title
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: NodePort