Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Egna datormiljön
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDP003 - Projekt
Egna datormiljön
Commits
092e5337
Commit
092e5337
authored
5 months ago
by
Taif Kurji
Browse files
Options
Downloads
Patches
Plain Diff
Update file .gitlab-ci.yml
parent
85087e44
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
092e5337
...
...
@@ -92,16 +92,16 @@ kube_deploy:
value: http://squid-proxy.kube-system.svc:3128/
- name: https_proxy
value: http://squid-proxy.kube-system.svc:3128/
command: ["flask", "run", "-h", "0", "-p", "
3
000"]
command: ["flask", "run", "-h", "0", "-p", "
5
000"]
image: $CI_REGISTRY_IMAGE:latest
imagePullPolicy: Always
name: ${CI_PROJECT_PATH_SLUG}
ports:
- containerPort:
3
000
- containerPort:
5
000
protocol: TCP
readinessProbe:
tcpSocket:
port:
3
000
port:
5
000
resources:
limits:
cpu: 100m
...
...
@@ -123,7 +123,7 @@ kube_deploy:
- name: web
port: 80
protocol: TCP
targetPort:
3
000
targetPort:
5
000
selector:
app: ${CI_PROJECT_PATH_SLUG}
type: ClusterIP
...
...
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