Skip to content

Commit

Permalink
Containerizing the frontend | Adding build step for the frontend in…
Browse files Browse the repository at this point in the history
… the CI | Adding manifests to run the frontend in Kubernetes
  • Loading branch information
Archisman-Mridha committed Feb 9, 2024
1 parent a0329cd commit a856ea0
Show file tree
Hide file tree
Showing 19 changed files with 587 additions and 192 deletions.
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ sample.application.yaml

Dockerfile

hack
hack

frontend/.next
frontend/node_modules
frontend/.env.local
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ jobs:
- backend/gateway/**
- go.work.sum
- name: frontend
path: frontend
manifest: kubernetes/manifests/microservices/frontend/application.yaml
path_filters: |
changed:
- frontend/**
- name: application-controller
path: kubernetes/operators/application
manifest: kubernetes/manifests/application-controller/deployment.yaml
Expand Down
Loading

0 comments on commit a856ea0

Please sign in to comment.