Skip to content

Commit

Permalink
Merge branch 'caseflow-ci-cd' of https://github.com/AOT-Technologies/…
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Mar 5, 2024
2 parents 54f0fbf + e59ec43 commit 056e73b
Show file tree
Hide file tree
Showing 8 changed files with 14,363 additions and 7,964 deletions.
74 changes: 37 additions & 37 deletions .github/openshift/deploy.caseflow-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,43 @@ labels:
app: ${NAME}-${COMPONENT}
app.kubernetes.io/part-of: ${NAME}-${COMPONENT}
parameters:
- name: NAME
description: Module name
value: caseflow
- name: COMPONENT
description: Component name
value: caseflow-web
- name: IMAGE_TAG
description: Image tag to use
value: latest
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: "125m"
- name: MEMORY_REQUEST
value: "150Mi"
- name: CPU_LIMIT
value: "275m"
- name: MEMORY_LIMIT
value: "450Mi"
- name: MIN_REPLICAS
description: The minimum amount of replicas
value: "1"
- name: MAX_REPLICAS
description: The maximum amount of replicas
value: "3"
- name: CONTAINER_PORT
description: The port on which the application will be accessible
required: true
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io
- name: PROMOTE
description: Image (namespace/name:tag) to promote/import
value: bcgov/nr-epd-digital-services/backend/legacy
- name: ENV
description: The Environment on which it is deployed
required: true
- name: NAME
description: Module name
value: caseflow
- name: COMPONENT
description: Component name
value: caseflow-web
- name: IMAGE_TAG
description: Image tag to use
value: latest
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: "125m"
- name: MEMORY_REQUEST
value: "150Mi"
- name: CPU_LIMIT
value: "275m"
- name: MEMORY_LIMIT
value: "450Mi"
- name: MIN_REPLICAS
description: The minimum amount of replicas
value: "1"
- name: MAX_REPLICAS
description: The maximum amount of replicas
value: "3"
- name: CONTAINER_PORT
description: The port on which the application will be accessible
required: true
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io #
- name: PROMOTE
description: Image (namespace/name:tag) to promote/import
value: aot-technologies/case-flow-ai-case-management/app/caseflow_web
- name: ENV
description: The Environment on which it is deployed
required: true
objects:
- apiVersion: v1
kind: ConfigMap
Expand Down
Loading

0 comments on commit 056e73b

Please sign in to comment.