ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

feat: Set up kustomization #449

Closed microamp closed 3 months ago

microamp commented 3 months ago

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 commented 3 months ago

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

microamp commented 3 months ago

Update: Rebased to apply https://github.com/ietf-tools/bibxml-service/pull/451 to this PR.