Skip to content

Commit

Permalink
Kaniko
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Dec 5, 2020
1 parent e3cd8e6 commit 797bbb4
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 533 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM klakegg/hugo:0.78.2-alpine
FROM klakegg/hugo:0.78.2-alpine AS build
RUN apk add -U git
COPY . /src
RUN make init
RUN make build

FROM nginx:1.19.4-alpine
RUN mv /usr/share/nginx/html/index.html /usr/share/nginx/html/old-index.html
COPY --from=0 /src/public /usr/share/nginx/html
COPY --from=build /src/public /usr/share/nginx/html
EXPOSE 80
21 changes: 0 additions & 21 deletions helm/.helmignore

This file was deleted.

4 changes: 0 additions & 4 deletions helm/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions helm/templates/NOTES.txt

This file was deleted.

16 changes: 0 additions & 16 deletions helm/templates/_helpers.tpl

This file was deleted.

44 changes: 0 additions & 44 deletions helm/templates/deployment.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions helm/templates/hpa.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions helm/templates/ing.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions helm/templates/istio.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions helm/templates/ksvc.yaml

This file was deleted.

137 changes: 0 additions & 137 deletions helm/templates/rollout.yaml

This file was deleted.

Loading

0 comments on commit 797bbb4

Please sign in to comment.