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
a1c1ad49
Commit
a1c1ad49
authored
Oct 27, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
924ff479
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
32 deletions
+33
-32
yamls/kong/konga-dashboard.yaml
+33
-32
No files found.
yamls/kong/konga-dashboard.yaml
View file @
a1c1ad49
...
...
@@ -2,18 +2,19 @@ apiVersion: v1
kind
:
Service
metadata
:
labels
:
app
:
konga
app
:
konga
name
:
konga
namespace
:
kong
spec
:
type
:
NodePort
ports
:
-
name
:
konga
port
:
80
targetPort
:
1337
-
name
:
konga
port
:
80
targetPort
:
1337
nodePort
:
11517
selector
:
app
:
konga
---
apiVersion
:
extensions/v1beta1
kind
:
Deployment
...
...
@@ -21,7 +22,7 @@ metadata:
name
:
konga
namespace
:
kong
labels
:
app
:
konga
app
:
konga
spec
:
replicas
:
1
selector
:
...
...
@@ -34,37 +35,37 @@ spec:
app
:
konga
spec
:
containers
:
-
name
:
konga
image
:
pantsel/konga
env
:
-
name
:
DB_DATABASE
value
:
k8s_konga
-
name
:
DB_USER
valueFrom
:
configMapKeyRef
:
-
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
:
DB_PASSWORD
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PWD
-
name
:
DB_PORT
valueFrom
:
configMapKeyRef
:
-
name
:
DB_PORT
valueFrom
:
configMapKeyRef
:
name
:
zhichan-config
key
:
DB_PORT
-
name
:
DB_ADAPTER
value
:
mysql
-
name
:
DB_HOST
valueFrom
:
configMapKeyRef
:
-
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
-
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