bcgov / nr-gwells

Groundwater Wells and Aquifers
Apache License 2.0
1 stars 0 forks source link

Deploy nr-gwells to new OpenShift project. #80

Open fergmac opened 1 month ago

fergmac commented 1 month ago

Describe the task Deploy nr-gwells to the new OpenShift project. Update the OC_TOKEN and OC_NAMESPACE in the GitHub actions environment variables: https://github.com/bcgov/nr-gwells/settings/secrets/actions

Purpose We want to be able to isolate our changes and deploy both apps in tandem.

Acceptance Criteria

Additional context

fergmac commented 1 month ago

We needed to update resourcing as nr-gwells is less heavily resourced than gwells. We should review the resourcing in a feature ticket to fine tune.

We needed to bring over the network policies that existed in gwells. Added those to the init deployment template.

Some crunchy db related secrets were added to gwells, but not programatically created so they were missing in nr-gwells. Added those to the init deployment template.