Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
b68c04f3
Commit
b68c04f3
authored
3 years ago
by
Sergio Gonzalez Diaz
Browse files
Options
Downloads
Patches
Plain Diff
Update monitoring .gitlab-ci.yml
parent
d13159fe
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/monitoring.yaml
+0
-8
0 additions, 8 deletions
manifests/monitoring.yaml
src/monitoring/.gitlab-ci.yml
+0
-19
0 additions, 19 deletions
src/monitoring/.gitlab-ci.yml
with
0 additions
and
27 deletions
manifests/monitoring.yaml
+
0
−
8
View file @
b68c04f3
...
@@ -14,14 +14,6 @@ spec:
...
@@ -14,14 +14,6 @@ spec:
spec
:
spec
:
terminationGracePeriodSeconds
:
5
terminationGracePeriodSeconds
:
5
restartPolicy
:
Always
restartPolicy
:
Always
# initContainers:
# - name: influxdb
# image: influxdb:1.8
# ports:
# - containerPort: 8086
# envFrom:
# - secretRef:
# name: influxdb-secrets
containers
:
containers
:
-
name
:
influxdb
-
name
:
influxdb
image
:
influxdb:1.8
image
:
influxdb:1.8
...
...
This diff is collapsed.
Click to expand it.
src/monitoring/.gitlab-ci.yml
+
0
−
19
View file @
b68c04f3
...
@@ -61,25 +61,6 @@ unit test monitoring:
...
@@ -61,25 +61,6 @@ unit test monitoring:
reports
:
reports
:
junit
:
src/$IMAGE_NAME/tests/report.xml
junit
:
src/$IMAGE_NAME/tests/report.xml
monitoring test
:
variables
:
IMAGE_NAME
:
'
monitoring'
# name of the microservice
IMAGE_TAG
:
'
develop'
# tag of the container image (production, development, etc)
stage
:
unit_test
script
:
-
'
sed
-i
"s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/"
manifests/$IMAGE_NAME.yaml'
-
ls manifests
-
cat manifests/$IMAGE_NAME.yaml
-
echo 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml'
rules
:
-
changes
:
-
src/$IMAGE_NAME/**/*.{py,in,yml}
-
src/$IMAGE_NAME/Dockerfile
-
src/$IMAGE_NAME/tests/*.py
-
src/$IMAGE_NAME/tests/Dockerfile
-
manifests/$IMAGE_NAME.yaml
-
.gitlab-ci.yml
# Deployment of the monitoring service in Kubernetes Cluster
# Deployment of the monitoring service in Kubernetes Cluster
deploy monitoring test
:
deploy monitoring test
:
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment