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
32dc722c
Commit
32dc722c
authored
Jul 21, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
9a167ff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
yamls/kong/kong-db.yaml
+12
-11
No files found.
yamls/kong/kong-db.yaml
View file @
32dc722c
...
@@ -6,14 +6,13 @@ metadata:
...
@@ -6,14 +6,13 @@ metadata:
spec
:
spec
:
type
:
ClusterIP
type
:
ClusterIP
ports
:
ports
:
-
name
:
kong-dbservice
-
name
:
kong-dbservice
port
:
5432
port
:
5432
targetPort
:
5432
targetPort
:
5432
protocol
:
TCP
protocol
:
TCP
selector
:
selector
:
app
:
kong-db
app
:
kong-db
---
---
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
...
@@ -27,9 +26,11 @@ spec:
...
@@ -27,9 +26,11 @@ spec:
app
:
kong-db
app
:
kong-db
spec
:
spec
:
containers
:
containers
:
-
name
:
kong-db
-
name
:
kong-db
image
:
registry.cn-beijing.aliyuncs.com/hantang2/staticngnix:kongdb
image
:
registry.cn-beijing.aliyuncs.com/hantang2/staticngnix:kongdb
ports
:
securityContext
:
-
name
:
tcp
runAsUser
:
1000
containerPort
:
5432
ports
:
protocol
:
TCP
-
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