Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JuribaDev committed Sep 1, 2024
1 parent 5b3e194 commit 383c555
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 150 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--min-instances 1
--concurrency 80
--allow-unauthenticated
--ingress=internal
--ingress=all
timeout: 600s

Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:
--max-instances 3
--min-instances 1
--concurrency 100
--ingress=internal-and-cloud-load-balancing
--allow-unauthenticated
--ingress=all
timeout: 600s
1 change: 0 additions & 1 deletion apps/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN apk add --no-cache gettext

COPY apps/client/env.sh /docker-entrypoint.d/40-env.sh

RUN chmod +x /docker-entrypoint.d/40-env.sh

RUN chown -R nginx:nginx /usr/share/nginx/html && \
chmod -R 755 /usr/share/nginx/html && \
Expand Down
25 changes: 0 additions & 25 deletions apps/client/env.sh

This file was deleted.

1 change: 0 additions & 1 deletion apps/client/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const environment = {
production: true,
// apiUrl: typeof window !== 'undefined' ? window.location.origin + '/api/v1' : '${API_URL}/api/v1'
apiUrl: 'API_URL_PLACEHOLDER/api/v1'
};
6 changes: 3 additions & 3 deletions apps/server/src/shared/origins.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ORIGINS = [
"https://34.1.32.26",
"https://rnd-platform-client-app-p5qzcycuqa-ww.a.run.app",
"http://localhost:4200",
"https://34.1.32.26/*",
"https://rnd-platform-client-app-p5qzcycuqa-ww.a.run.app/*",
"http://localhost:4200/*",
]
118 changes: 0 additions & 118 deletions k8s/manifests.yaml

This file was deleted.

0 comments on commit 383c555

Please sign in to comment.