Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k8syml
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
k8syml
Commits
dcd35bd4
Commit
dcd35bd4
authored
Jun 27, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
b2e244c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
39 deletions
+70
-39
yamls/tx/base/6kong-dashboard.yaml
+0
-39
yamls/tx/base/6konga-dashboard.yaml
+70
-0
No files found.
yamls/tx/base/6kong-dashboard.yaml
deleted
100644 → 0
View file @
b2e244c7
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
kong-dashboard
namespace
:
kong
spec
:
type
:
NodePort
ports
:
-
name
:
kong-dashboard
port
:
80
targetPort
:
8080
protocol
:
TCP
selector
:
app
:
dashboard
---
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
name
:
dashboard
namespace
:
kong
spec
:
template
:
metadata
:
labels
:
name
:
dashboard
app
:
dashboard
spec
:
containers
:
-
name
:
kong-dashboard
args
:
-
start
-
--kong-url http://kong-proxy:8001
-
--basic-auth admin=admin
image
:
pgbi/kong-dashboard:latest
ports
:
-
name
:
http
containerPort
:
8080
protocol
:
TCP
yamls/tx/base/6konga-dashboard.yaml
0 → 100644
View file @
dcd35bd4
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
konga
name
:
konga
namespace
:
kong
spec
:
type
:
NodePort
ports
:
-
name
:
konga
port
:
80
targetPort
:
1337
selector
:
app
:
konga
---
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
name
:
konga
namespace
:
kong
labels
:
app
:
konga
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
konga
template
:
metadata
:
labels
:
name
:
konga
app
:
konga
spec
:
containers
:
-
name
:
konga
image
:
pantsel/konga
env
:
-
name
:
DB_DATABASE
value
:
k8s_konga
-
name
:
DB_USER
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_USER
-
name
:
DB_PASSWORD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PWD
-
name
:
DB_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PORT
-
name
:
DB_ADAPTER
value
:
mysql
-
name
:
DB_HOST
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_HOST
-
name
:
NODE_ENV
value
:
development
-
name
:
TOKEN_SECRET
value
:
testtoken
ports
:
-
name
:
konga
containerPort
:
1337
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment