diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index 1078ab21a..5cc988595 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -59,7 +59,6 @@ jobs: working-directory: ${{ inputs.directory }} shell: bash run: | - echo tags are ${{ inputs.backend_tag }} ${{ inputs.migrations_tag }} ${{ inputs.frontend_tag }} # Login to OpenShift (NOTE: project command is a safeguard) oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }} oc project ${{ vars.oc_namespace }} diff --git a/README.md b/README.md index f04e98bfb..ccc860a5b 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,10 @@ Features: * Sandboxed development environments * Gateable production deployments * Container publishing (ghcr.io) and importing (OpenShift) -* Security, vulnerability, infrastructure and container scan tools +* Security, vulnerability, infrastructure, and container scan tools * Automatic dependency patching available from [bcgov/nr-renovate](https://github.com/bcgov/nr-renovate) * Enforced code reviews and workflow jobs (pass|fail) +* Helm Package Manager for atomic deployments * Sample application stack: * Database: Postgres, PostGIS, backups * Frontend: TypeScript, Caddy Server diff --git a/charts/quickstart-openshift/values-pr.yaml b/charts/quickstart-openshift/values-pr.yaml index 708a23f84..b68bf385d 100644 --- a/charts/quickstart-openshift/values-pr.yaml +++ b/charts/quickstart-openshift/values-pr.yaml @@ -45,7 +45,7 @@ backend: protocol: TCP resources: # this is optional limits: - cpu: 150m + cpu: 250m memory: 250Mi requests: cpu: 100m @@ -95,7 +95,7 @@ backend: value: "quickstart" resources: limits: - cpu: 250m + cpu: 500m memory: 250Mi requests: cpu: 200m diff --git a/charts/quickstart-openshift/values.yaml b/charts/quickstart-openshift/values.yaml index ce6fa5b98..eced34809 100644 --- a/charts/quickstart-openshift/values.yaml +++ b/charts/quickstart-openshift/values.yaml @@ -40,10 +40,10 @@ backend: protocol: TCP resources: # this is optional limits: - cpu: 150m + cpu: 250m memory: 250Mi requests: - cpu: 75m + cpu: 100m memory: 150Mi readinessProbe: httpGet: @@ -87,7 +87,7 @@ backend: value: "quickstart" resources: limits: - cpu: 250m + cpu: 500m memory: 250Mi requests: cpu: 200m