ci/cd调整

This commit is contained in:
2026-06-02 15:43:16 +08:00
parent ccbf6de863
commit 68d9767bd8
6 changed files with 84 additions and 156 deletions

15
k8s/service.yaml Normal file
View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: admin-ui
spec:
selector:
app: admin-ui
ports:
- name: http
port: 80
targetPort: 80
- name: https
port: 443
targetPort: 443
type: ClusterIP