Skip to content

Commit

Permalink
Merge pull request #16 from devxp-tech/hotfix/devspace/helm
Browse files Browse the repository at this point in the history
Hotfix/devspace/helm
  • Loading branch information
diegoluisi authored Jun 8, 2024
2 parents cc5d301 + bf963a8 commit 9c112ac
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY ./app /usr/share/nginx/html

# Copy the health check file
COPY health-check/liveness/index.html /usr/share/nginx/html/health-check/liveness/index.html
COPY health-check/readness/index.html /usr/share/nginx/html/health-check/readness/index.html
COPY health-check/readiness/index.html /usr/share/nginx/html/health-check/readiness/index.html


# Copy the custom Nginx configuration
Expand Down
4 changes: 2 additions & 2 deletions conf/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
location /health-check/liveness {
alias /usr/share/nginx/html/health-check/liveness/;
}
location /health-check/readness {
alias /usr/share/nginx/html/health-check/readness/;
location /health-check/readiness {
alias /usr/share/nginx/html/health-check/readiness/;
}
}
34 changes: 0 additions & 34 deletions kustomize/base/deployment.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions kustomize/base/kustomization.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions kustomize/base/service.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions kustomize/overlays/dev/kustomization.yaml

This file was deleted.

0 comments on commit 9c112ac

Please sign in to comment.