Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
ksy-project-docking
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2ede4304
authored
Oct 12, 2020
by
wangtingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除冗余yaml
1 parent
a5c9967f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
57 deletions
kpl_deploy_yaml/3-kpl-backend/manager-server-deployment.yaml
kpl_deploy_yaml/3-kpl-backend/manager-server-svc.yaml
kpl_deploy_yaml/3-kpl-backend/manager-server-deployment.yaml
deleted
100644 → 0
View file @
a5c9967
apiVersion
:
extensions/v1beta1
kind
:
Deployment
metadata
:
name
:
kpl--manager
namespace
:
kpl
spec
:
replicas
:
1
template
:
metadata
:
labels
:
app
:
kpl--manager
spec
:
imagePullSecrets
:
-
name
:
"
harbor-secret"
serviceAccountName
:
kpl-serviceaccount
nodeSelector
:
kpl
:
"
true"
internal_service_node
:
"
true"
containers
:
-
name
:
kpl--manager
image
:
DOCKER_REGISTRY/kpl-manager-v1:latest
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
config
mountPath
:
/adl/bin/conf/app.yaml
subPath
:
app.yaml
command
:
[
"
kpl--manager"
]
ports
:
-
containerPort
:
8080
name
:
port-8080
resources
:
requests
:
cpu
:
"
300m"
memory
:
"
512Mi"
limits
:
cpu
:
"
1000m"
memory
:
"
1024Mi"
volumes
:
-
name
:
config
configMap
:
name
:
cfg-kpl-backend
kpl_deploy_yaml/3-kpl-backend/manager-server-svc.yaml
deleted
100644 → 0
View file @
a5c9967
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
kpl--manager
name
:
kpl--manager
namespace
:
kpl
spec
:
type
:
NodePort
selector
:
app
:
kpl--manager
ports
:
-
port
:
8080
name
:
port-8080
targetPort
:
8080
nodePort
:
30305
Write
Preview
Markdown
is supported
Attach a file
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 post a comment