🎨 精简完善系统
This commit is contained in:
@@ -3,12 +3,12 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: config.yaml
|
||||
annotations:
|
||||
flipped-aurora/gin-vue-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-vue-admin.git"
|
||||
flipped-aurora/gin-react-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-react-admin.git"
|
||||
app.kubernetes.io/version: 0.0.1
|
||||
labels:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
data:
|
||||
config.yaml: |
|
||||
# git.echol.cn/loser/Go-Web-Template/server Global Configuration
|
||||
@@ -125,7 +125,7 @@ data:
|
||||
region: 'ap-shanghai'
|
||||
secret-id: 'xxxxxxxx'
|
||||
secret-key: 'xxxxxxxx'
|
||||
base-url: 'https://gin.vue.admin'
|
||||
base-url: 'https://gin-react-admin.com'
|
||||
path-prefix: 'git.echol.cn/loser/Go-Web-Template/server'
|
||||
|
||||
# excel configuration
|
||||
|
||||
@@ -3,26 +3,26 @@ kind: Deployment
|
||||
metadata:
|
||||
name: gva-server
|
||||
annotations:
|
||||
flipped-aurora/gin-vue-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-vue-admin.git"
|
||||
flipped-aurora/gin-react-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-react-admin.git"
|
||||
app.kubernetes.io/version: 0.0.1
|
||||
labels:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
spec:
|
||||
containers:
|
||||
- name: gin-vue-admin-container
|
||||
- name: gin-react-admin-container
|
||||
image: registry.cn-hangzhou.aliyuncs.com/gva/server:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
||||
@@ -3,16 +3,16 @@ kind: Service
|
||||
metadata:
|
||||
name: gva-server
|
||||
annotations:
|
||||
flipped-aurora/gin-vue-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-vue-admin.git"
|
||||
flipped-aurora/gin-react-admin: backend
|
||||
github: "https://github.com/flipped-aurora/gin-react-admin.git"
|
||||
app.kubernetes.io/version: 0.0.1
|
||||
labels:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
spec:
|
||||
selector:
|
||||
app: gva-server
|
||||
version: gva-vue3
|
||||
version: gva-react
|
||||
ports:
|
||||
- port: 8888
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user