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 bcac2dd5
authored
Jun 01, 2021
by
杨新年
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加教学系统配置
1 parent
0b075ec4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
kpl/cfg-kpl-frontend.yaml.j2
kpl/cfg-kpl-frontend.yaml.j2
View file @
bcac2dd
...
@@ -17,6 +17,12 @@ data:
...
@@ -17,6 +17,12 @@ data:
'adminUrl': `${host}/api/v1/admin/ip`,
'adminUrl': `${host}/api/v1/admin/ip`,
'baseWebSocket': `${host.replace('http', 'ws')}/api/v1/ip`,
'baseWebSocket': `${host.replace('http', 'ws')}/api/v1/ip`,
}
}
//教学平台
const educationHost = {
'hostUrl': `${host}`,
'baseUrl': `${host}/edu/v1`,
'adminUrl': `${host}/edu/v1/admin`,
}
const kplStream = 'kpl_stream'
const kplStream = 'kpl_stream'
kind: ConfigMap
kind: ConfigMap
...
...
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