Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kubernetes deployment YAML #52

Merged
merged 3 commits into from
Apr 8, 2021
Merged

Conversation

Didr
Copy link
Contributor

@Didr Didr commented Mar 29, 2021

The kubernetes "emptydir" mount in /home/warrior/ will overwrite whatever the container brings itself to /home/warrior, including start.py. As a result, the container does not start.
This patch:

  • Removes volumes
  • Removes previously required initContainers that were used to setup the volume
  • Changes the image address to dockerhub
  • Added an empty resources limiter to make the linter happy
  • Added required environment variables so that the deployment "just works"

Didr and others added 3 commits March 29, 2021 21:09
The kubernetes "emptydir" mount in /home/warrior/ will overwrite whatever the container brings itself to /home/warrior, including start.py. As a result, the container does not start. 
This patch:
* Removes volumes
* Removes previously required initContainers that were used to setup the volume
* Changes the image address to the dockerhub one.
* Added an empty resources limiter to make the linter happy
* Added required environment variables so that the deployment "just works"
(because the dockerhub image doesn't auto-build)
@TomGlass TomGlass merged commit 33e4563 into ArchiveTeam:master Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants