Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smas-deploy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ha
smas-deploy
Commits
68092430
Commit
68092430
authored
Mar 10, 2021
by
Nguyen Ha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hanv
parent
bdd8238c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
deploy-admin.yaml
deploy-admin.yaml
+37
-0
No files found.
deploy-admin.yaml
0 → 100644
View file @
68092430
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
smas-admin-site
namespace
:
${NAMESPACE}
spec
:
replicas
:
3
selector
:
matchLabels
:
app
:
smas-admin-site
template
:
metadata
:
labels
:
app
:
smas-admin-site
spec
:
containers
:
-
name
:
app
image
:
harbor.myitsol.com/smas/smas-admin-frontend:${TAG}
imagePullPolicy
:
Always
ports
:
-
name
:
smas-admin-site
containerPort
:
80
protocol
:
TCP
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
smas-admin-site
namespace
:
${NAMESPACE}
# smas-pilot
spec
:
type
:
NodePort
selector
:
app
:
smas-admin-site
ports
:
-
port
:
80
targetPort
:
80
nodePort
:
32001
\ No newline at end of file
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