feat():learning后台管理前端页面初始化
This commit is contained in:
16
k8s/service.yaml
Normal file
16
k8s/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: goalfymax-admin-web
|
||||
namespace: goalfyagent
|
||||
labels:
|
||||
app: goalfymax-admin-web
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app: goalfymax-admin-web
|
||||
Reference in New Issue
Block a user