Gitlab - Argos ALM by PALO IT
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
demo-service-kubernetes
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
Packages & Registries
Packages & Registries
Container Registry
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
Isai Nieves
demo-service-kubernetes
Commits
b1a606c8
Commit
b1a606c8
authored
Oct 17, 2023
by
Palo IT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modifying service name
parent
d989052b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
base/Deployment.yml
base/Deployment.yml
+8
-8
base/Namespace.yml
base/Namespace.yml
+1
-1
base/Service.yml
base/Service.yml
+3
-4
No files found.
base/Deployment.yml
View file @
b1a606c8
kind
:
Deployment
kind
:
Deployment
apiVersion
:
apps/v1
apiVersion
:
apps/v1
metadata
:
metadata
:
name
:
service-nam
e
name
:
demo-servic
e
namespace
:
service-nam
e
namespace
:
demo-servic
e
labels
:
labels
:
app
:
service-nam
e
app
:
demo-servic
e
tags.datadoghq.com/service
:
"
service-nam
e"
tags.datadoghq.com/service
:
"
demo-servic
e"
spec
:
spec
:
replicas
:
1
replicas
:
1
revisionHistoryLimit
:
1
revisionHistoryLimit
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
service-nam
e
app
:
demo-servic
e
template
:
template
:
metadata
:
metadata
:
annotations
:
annotations
:
...
@@ -19,9 +19,9 @@ spec:
...
@@ -19,9 +19,9 @@ spec:
config.linkerd.io/proxy-cpu-request
:
"
0.2"
config.linkerd.io/proxy-cpu-request
:
"
0.2"
config.linkerd.io/proxy-memory-request
:
128Mi
config.linkerd.io/proxy-memory-request
:
128Mi
labels
:
labels
:
app
:
service-nam
e
app
:
demo-servic
e
tags.datadoghq.com/env
:
"
dev"
tags.datadoghq.com/env
:
"
dev"
tags.datadoghq.com/service
:
"
service-nam
e"
tags.datadoghq.com/service
:
"
demo-servic
e"
tags.datadoghq.com/version
:
"
0.0.1"
tags.datadoghq.com/version
:
"
0.0.1"
spec
:
spec
:
volumes
:
volumes
:
...
@@ -29,7 +29,7 @@ spec:
...
@@ -29,7 +29,7 @@ spec:
path
:
/var/run/datadog/
path
:
/var/run/datadog/
name
:
apmsocketpath
name
:
apmsocketpath
containers
:
containers
:
-
name
:
service-nam
e
-
name
:
demo-servic
e
image
:
thisisafakeimagename:latest
image
:
thisisafakeimagename:latest
volumeMounts
:
volumeMounts
:
-
name
:
apmsocketpath
-
name
:
apmsocketpath
...
...
base/Namespace.yml
View file @
b1a606c8
apiVersion
:
v1
apiVersion
:
v1
kind
:
Namespace
kind
:
Namespace
metadata
:
metadata
:
name
:
service-name
name
:
demo-service
\ No newline at end of file
\ No newline at end of file
base/Service.yml
View file @
b1a606c8
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
service-nam
e
name
:
demo-servic
e
namespace
:
service-nam
e
namespace
:
demo-servic
e
spec
:
spec
:
selector
:
selector
:
app
:
service-nam
e
app
:
demo-servic
e
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
9010
port
:
9010
targetPort
:
9010
targetPort
:
9010
name
:
grpc
-
protocol
:
TCP
-
protocol
:
TCP
port
:
9011
port
:
9011
targetPort
:
9011
targetPort
:
9011
...
...
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