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

feat: Set up kustomization #449

Merged
merged 23 commits into from
Aug 8, 2024
Merged

feat: Set up kustomization #449

merged 23 commits into from
Aug 8, 2024

Conversation

microamp
Copy link
Contributor

Fixes #448

Deleted the existing k8s directory before adding kustomization.

The deployment file is based on the existing Helm chart. e.g.

helm install bib helm --dry-run > helm-install-dry-run-output.yaml

Further checks and cleanups may be desired.

@microamp microamp requested review from kesara and NGPixel July 31, 2024 05:29
@microamp microamp marked this pull request as ready for review July 31, 2024 05:30
@microamp
Copy link
Contributor Author

@kesara @NGPixel Switched to Review to review to get some feedback.

k8s/django-config.yaml Outdated Show resolved Hide resolved
k8s/bib.yaml Show resolved Hide resolved
k8s/bib.yaml Show resolved Hide resolved
k8s/django-config.yaml Outdated Show resolved Hide resolved
@microamp microamp requested a review from NGPixel August 7, 2024 01:15
@microamp
Copy link
Contributor Author

microamp commented Aug 7, 2024

Update: Rebased to apply #451 to this PR.

@@ -91,6 +93,9 @@ spec:
- name: datasets
emptyDir:
sizeLimit: 5Gi
- name: tmp
emptyDir:
sizeLimit: 1Gi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kesara This was to fix

[2024-08-07 21:48:12,394: CRITICAL/MainProcess] Unrecoverable error: FileNotFoundError(2, "No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/code']")

Let me know if 1Gi is overkill.

@microamp microamp merged commit 2349d7d into ietf-tools:main Aug 8, 2024
2 checks passed
@microamp microamp deleted the feat/k8s branch August 8, 2024 01:04
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.

Add K8s Kustomization
3 participants