Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
MetaGerMaps
Frontend
Commits
16e9b075
Commit
16e9b075
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
fix nginx port
parent
b0c039e8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/nginx/config/maps.conf
+1
-1
1 addition, 1 deletion
build/nginx/config/maps.conf
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
maps/templates/deployment.yaml
+1
-1
1 addition, 1 deletion
maps/templates/deployment.yaml
with
3 additions
and
3 deletions
build/nginx/config/maps.conf
+
1
−
1
View file @
16e9b075
server
{
server
{
listen
80
;
listen
80
80
;
server_name
localhost
;
server_name
localhost
;
root
/
html
/
public
;
root
/
html
/
public
;
index
index
.
php
index
.
html
index
.
htm
;
index
index
.
php
index
.
html
index
.
htm
;
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
16e9b075
...
@@ -13,7 +13,7 @@ services:
...
@@ -13,7 +13,7 @@ services:
FPM_HOST
:
${FPM_HOST}
FPM_HOST
:
${FPM_HOST}
image
:
${IMAGE_NAME}/nginx:${IMAGE_TAG}
image
:
${IMAGE_NAME}/nginx:${IMAGE_TAG}
ports
:
ports
:
-
8080:80
-
8080:80
80
working_dir
:
/html
working_dir
:
/html
volumes
:
volumes
:
-
./app:/html
-
./app:/html
...
...
This diff is collapsed.
Click to expand it.
maps/templates/deployment.yaml
+
1
−
1
View file @
16e9b075
...
@@ -63,7 +63,7 @@ spec:
...
@@ -63,7 +63,7 @@ spec:
imagePullPolicy
:
{{
.Values.nginx.image.pullPolicy
}}
imagePullPolicy
:
{{
.Values.nginx.image.pullPolicy
}}
ports
:
ports
:
-
name
:
http
-
name
:
http
containerPort
:
{{
.Values.service.port
}}
containerPort
:
8080
protocol
:
TCP
protocol
:
TCP
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
...
...
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