bcgov / quickstart-openshift

QuickStart template targeted for OpenShift.
https://quickstart-openshift-test-frontend.apps.silver.devops.gov.bc.ca/
Apache License 2.0
29 stars 4 forks source link

Abstract resources to values.yml #1950

Open mishraomp opened 3 months ago

mishraomp commented 3 months ago

currently resources are hardcoded in templates, which makes it difficult to set for environment-specific needs. Read from values.yml which can help in providing different resources for different env. PR or TEST, does not need to be same as PROD.

DerekRoberts commented 3 months ago

@mishraomp Feedback on Helm has been mixed. Let's look at how to simplify or at least rearrange.

mishraomp commented 3 months ago

@mishraomp Feedback on Helm has been mixed. Let's look at how to simplify or at least rearrange.

Totally Agree.

K8S/Openshift with GHA is a LOT to learn, and adding HELM on top of it is making it lethal for new teams trying to onboard.