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
41f621eb
Commit
41f621eb
authored
Apr 13, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
5ee9e430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
yamls/dashboard-admin.yaml
+3
-0
yamls/kong/kong-db.yaml
+40
-0
No files found.
yamls/dashboard-admin.yaml
View file @
41f621eb
...
...
@@ -12,3 +12,6 @@ subjects:
-
kind
:
ServiceAccount
name
:
kubernetes-dashboard
namespace
:
kube-system
yamls/kong/kong-db.yaml
0 → 100644
View file @
41f621eb
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
kong-dbservice
namespace
:
kong
spec
:
type
:
NodePort
ports
:
-
name
:
kong-dbservice
port
:
5432
targetPort
:
5432
protocol
:
TCP
selector
:
app
:
kong-db
---
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
name
:
kong-db
namespace
:
kong
spec
:
template
:
metadata
:
labels
:
name
:
kong-db
app
:
kong-db
spec
:
containers
:
-
name
:
kong-db
image
:
postgres:9.6
env
:
-
name
:
POSTGRES_USER
value
:
kong
-
name
:
POSTGRES_DB
value
:
kong
ports
:
-
name
:
tcp
containerPort
:
5432
protocol
:
TCP
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