Files
toutoukan/docker/userService/userServer.yaml

13 lines
172 B
YAML
Raw Normal View History

2025-09-16 01:19:13 +08:00
apiVersion: v1
kind: Service
metadata:
name: title
spec:
selector:
app: title
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: NodePort