Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nisum-cicd-task
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ishtiaq Ahmed
nisum-cicd-task
Commits
b3c2bbd1
Commit
b3c2bbd1
authored
Nov 07, 2022
by
Ishtiaq Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete dep.yaml
parent
2fff4be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
dep.yaml
dep.yaml
+0
-35
No files found.
dep.yaml
deleted
100644 → 0
View file @
2fff4be2
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
cicd-task
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
cicd-task
template
:
metadata
:
labels
:
app
:
cicd-task
spec
:
containers
:
-
name
:
cicd-task
image
:
mshussain/my-app:VERSION
ports
:
-
containerPort
:
8080
env
:
-
name
:
PORT
value
:
"
8080"
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
cicd-task
spec
:
type
:
LoadBalancer
selector
:
app
:
cicd-task
ports
:
-
port
:
80
targetPort
:
8080
\ 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