Skip to content

Commit 223550c

Browse files
authored
Merge pull request #76 from bcgov/test
Promote test to main
2 parents 7d89410 + 3bcdbcc commit 223550c

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

graphemes-api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# graphemes-api
22

33
This folder contains an in-development Express.js API for graphemes/confusables.
4+
5+
## Build
6+
7+
See [graphemes_api_build.yaml](../.github/workflows/graphemes_api_build.yaml).

graphemes-api/openshift/dev/deployment.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,20 @@ metadata:
1616
annotations:
1717
alpha.image.policy.openshift.io/resolve-names: "*"
1818
app.openshift.io/route-disabled: "false"
19-
deployment.kubernetes.io/revision: "1"
20-
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"graphemes-api:dev","namespace":"f343b4-tools"},"fieldPath":"spec.template.spec.containers[?(@.name==\"graphemes-api\")].image","paused":"false"}]'
21-
openshift.io/generated-by: OpenShiftWebConsole
2219
spec:
2320
replicas: 2
2421
selector:
2522
matchLabels:
2623
app: graphemes-api
27-
triggers:
28-
- type: ImageChange
29-
imageChangeParams:
30-
automatic: true
31-
containerNames:
32-
- graphemes-api
33-
from:
34-
kind: ImageStreamTag
35-
name: graphemes-api:dev
36-
namespace: f343b4-tools
3724
template:
3825
metadata:
39-
creationTimestamp: null
4026
labels:
4127
app: graphemes-api
4228
deployment: graphemes-api
43-
annotations:
44-
openshift.io/generated-by: OpenShiftWebConsole
4529
spec:
4630
containers:
4731
- name: graphemes-api
48-
image: "image-registry.openshift-image-registry.svc:5000/f343b4-tools/graphemes-api:dev"
32+
image: ghcr.io/bcgov/standard-graphemes/graphemes-api:dev
4933
ports:
5034
- containerPort: 3000
5135
protocol: TCP

0 commit comments

Comments
 (0)