Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rv0lt/curriculumdeployment
https://github.com/rv0lt/curriculumdeployment
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rv0lt/curriculumdeployment
- Owner: rv0lt
- Created: 2023-03-16T18:59:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T15:21:09.000Z (11 months ago)
- Last Synced: 2024-03-26T13:05:52.336Z (11 months ago)
- Language: TeX
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CurriculumDeployment
This project consists of a deployment of a nginx application built on Docker that serves on localhost:8080/cv my resume. It makes use of a Scratch image for a safer enviroment.
#
This is a demo project just for fun and to learn, the origin of the idea and the full process of creating it is available on my [blog](https://rv0lt.github.io/2023/03/21/distroless-scratch-dockerifles.html).
#
With GitHub actions, everytime I modify my resume, it will built again the pdf and push the image to the dockerhub registry. The kube folder contains a yaml file to deploy it in a Kubernetes Clusters as well as a Helm chart to deploy it using helm!
You can use the public docker Hub image to deploy this service [link](https://hub.docker.com/repository/docker/rv0lt/mycv/general).