Skip to content
Snippets Groups Projects
Commit b280073a authored by Ranindya Paramitha's avatar Ranindya Paramitha
Browse files

update hook

parent bf192472
1 merge request!40#90 Feature/setup ci cd
......@@ -16,7 +16,7 @@ services:
build: ./frontend
image: __CI_REGISTRY_IMAGE__/frontend:latest
ports:
- "8081:8081"
- "8080:8080"
container_name: frontend
volumes:
- ./frontend:/usr/src/app/frontend
......
......@@ -74,8 +74,8 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 8081
targetPort: 8081
- port: 8080
targetPort: 8080
name: frontend
selector:
app: frontend-__CI_PROJECT_NAME__
......@@ -106,7 +106,7 @@ spec:
image: __CI_REGISTRY_IMAGE__/frontend:latest
imagePullPolicy: "Always"
ports:
- containerPort: 8081
- containerPort: 8080
name: frontend
---
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment