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

Create a starter scaffold repo with our defaults #54

Open
artntek opened this issue Dec 10, 2024 · 3 comments
Open

Create a starter scaffold repo with our defaults #54

artntek opened this issue Dec 10, 2024 · 3 comments
Assignees

Comments

@artntek
Copy link
Contributor

artntek commented Dec 10, 2024

Create a starter scaffold repo with our defaults, for use with helm create -p for new projects

https://helm.sh/docs/helm/helm_create/

@artntek
Copy link
Contributor Author

artntek commented Dec 10, 2024

Include ingress config for defaultBackend - example from ADC values.yaml:

ingress:
  defaultBackend:
    enabled: true
    service:
      name: wparctic-wordpress
      port:
        number: 80

and here's where it gets inserted into metacat/helm/templates/ingress.yaml

@artntek artntek self-assigned this Dec 10, 2024
@mbjones
Copy link
Member

mbjones commented Dec 10, 2024

Bitnami scaffolding is here for reference: https://github.com/bitnami/charts/tree/main/template

One downside of using custom scaffold templates is we do not benefit from up-grades in the helm defaults. So we'll have to watch that and try to keep things synced.

@artntek I created a scaffold repo here: https://github.com/DataONEorg/k8s-helm-template/. Its just a blank repo template, no customization -- please update the README when you add stuff to it.

@artntek
Copy link
Contributor Author

artntek commented Dec 12, 2024

@artntek I created a scaffold repo here: https://github.com/DataONEorg/k8s-helm-template/. Its just a blank repo template, no customization -- please update the README when you add stuff to it.

Thank you! Will do

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

No branches or pull requests

2 participants