提交用户deployment

This commit is contained in:
2025-09-16 01:19:13 +08:00
parent f4f33a5426
commit 2196168d6d
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: title
spec:
selector:
app: title
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: NodePort