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
f1722b53
Commit
f1722b53
authored
Apr 13, 2020
by
王昆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gongsibao.com:jiangyong/k8syml
parents
59b204be
b5cd5803
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
1 deletions
+46
-1
yamls/dashboard-admin.yaml
+3
-0
yamls/kong/kong-db.yaml
+42
-0
yamls/zhichan/fktaxctl-deployment.yaml
+1
-1
No files found.
yamls/dashboard-admin.yaml
View file @
f1722b53
...
...
@@ -12,3 +12,6 @@ subjects:
-
kind
:
ServiceAccount
name
:
kubernetes-dashboard
namespace
:
kube-system
yamls/kong/kong-db.yaml
0 → 100644
View file @
f1722b53
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
-
name
:
POSTGRES_PASSWORD
value
:
123456
ports
:
-
name
:
tcp
containerPort
:
5432
protocol
:
TCP
yamls/zhichan/fktaxctl-deployment.yaml
View file @
f1722b53
...
...
@@ -21,7 +21,7 @@ spec:
emptyDir
:
{}
containers
:
-
name
:
fktaxctl
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:99.0.6
1
image
:
registry.cn-beijing.aliyuncs.com/hantang2/imgshare:99.0.6
2
volumeMounts
:
-
name
:
shared-data
mountPath
:
/tmp
...
...
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