Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
configmap-kpl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0c206ce7
authored
Nov 30, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除user-center
1 parent
8202f470
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
38 deletions
kpl/cfg-user-center-backend.yaml
kpl/cfg-user-center-frontend.yaml
kpl/cfg-user-center-backend.yaml
deleted
100644 → 0
View file @
8202f47
apiVersion
:
v1
data
:
app.yaml
:
|
app:
port: ":10000"
rpc_port: ":10001"
check_captcha: false
ceph_path: "/mnt/ceph"
user_center_relpath: "user_center"
database:
type: "mysql"
host: mysql_host
name: user-center
user: mysql_user
password: mysql_password
url: "%s:%s@tcp(%s)/%s?charset=utf8mb4&parseTime=True&loc=Local"
redis:
addr: "redis_host"
password: "redis_password"
host:
deploy_host: visit_uc_frontend
kind
:
ConfigMap
metadata
:
name
:
cfg-user-center-backend
namespace
:
autodl
kpl/cfg-user-center-frontend.yaml
deleted
100644 → 0
View file @
8202f47
apiVersion
:
v1
data
:
production-base.js
:
|
const productionHost = {
userCenterUrl: "usercenter_backend",
}
kind
:
ConfigMap
metadata
:
name
:
cfg-user-center-frontend
namespace
:
autodl
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment