Skip to content

Commit

Permalink
Merge pull request #121 from bcgov/spec
Browse files Browse the repository at this point in the history
Spec
  • Loading branch information
jujaga authored May 18, 2023
2 parents a9b49f1 + 7c341b5 commit ed8ed35
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/docs/v1.api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ components:
type: string
description: 'Title of problem, generally the Http Status Code description'
status:
type: string
type: number
description: The Http Status code
detail:
type: string
Expand Down
45 changes: 45 additions & 0 deletions bcgovpubcode.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
data_management_roles:
data_custodian: Fraser Marshall
product_owner: Sharolyn Hurley
product_external_dependencies:
identity_authorization:
- Custom-Keycloak
notification_standard:
- Custom-SMTP
product_information:
api_specifications:
- https://ches.api.gov.bc.ca/api/v1/docs
business_capabilities_custom: >-
Cancel emails, Schedule emails, Send emails, Mail Merge, Track email status
business_capabilities_standard:
- Other
ministry:
- Water, Land and Resource Stewardship
product_acronym: CHES
product_description: >-
Automate the submission of single or bulk email notifications through a
SMTP Email Service
product_name: Common Hosted Email Service
product_status: stable
product_urls:
- https://api.gov.bc.ca/devportal/api-directory/3182?preview=false
program_area: NRIDS
product_technology_information:
backend_frameworks:
- name: Node.js
version: 16
- name: Express
version: 4.17.2
backend_languages_version:
- name: JavaScript
version: ecmaVersion 9 / es2018
ci_cd_tools:
- Jenkins
- OpenShift-Templates
data_storage_platforms:
- Postgresql
- Redis
hosting_platforms:
- Private-Cloud-Openshift
version: 1
2 changes: 1 addition & 1 deletion openshift/app.hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: HorizontalPodAutoscaler
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
metadata:
name: ches-app-master
labels:
Expand Down

0 comments on commit ed8ed35

Please sign in to comment.