diff --git a/build/nginx/config/maps.conf b/build/nginx/config/maps.conf index f9b29c4ff78091df53316ca0a1f79ef57df60fb1..3712cb3c9e8d80bc94d95f6300c808cbf805bb5b 100644 --- a/build/nginx/config/maps.conf +++ b/build/nginx/config/maps.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8080; server_name localhost; root /html/public; index index.php index.html index.htm; diff --git a/docker-compose.yml b/docker-compose.yml index 3e6306d01aba552123a1088d11d0441832cbc83f..0cab4d3e295cda66742407ad238456cc15e23bf4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: FPM_HOST: ${FPM_HOST} image: ${IMAGE_NAME}/nginx:${IMAGE_TAG} ports: - - 8080:80 + - 8080:8080 working_dir: /html volumes: - ./app:/html diff --git a/maps/templates/deployment.yaml b/maps/templates/deployment.yaml index 94f89e2bfb14000795f3619ccfb9afaecbec6586..df3fd2f3bee58348f8cb34793d21882a70cc4c80 100644 --- a/maps/templates/deployment.yaml +++ b/maps/templates/deployment.yaml @@ -63,7 +63,7 @@ spec: imagePullPolicy: {{ .Values.nginx.image.pullPolicy }} ports: - name: http - containerPort: {{ .Values.service.port }} + containerPort: 8080 protocol: TCP livenessProbe: httpGet: