Skip to content

Commit

Permalink
Merge pull request #265 from bcgov/orgbook-publisher
Browse files Browse the repository at this point in the history
Add values files for dev OrgBook Publisher
  • Loading branch information
esune authored Nov 28, 2024
2 parents 30877f4 + d78afde commit d94eb7b
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions services/orgbook-publisher-backend/dev/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
ingress:
annotations:
route.openshift.io/termination: edge
tls:
- secretName: orgbook-publisher-tls
hosts:
- publisher-dev.orgbook.gov.bc.ca
networkPolicy:
ingress:
namespaceSelector:
network.openshift.io/policy-group: ingress

backend:
image:
repository: ghcr.io/bcgov/orgbook-publisher-service
tag: v0.0.2
pullPolicy: Always
host: "publisher-dev.orgbook.gov.bc.ca"
environment:
DOMAIN: "publisher-dev.orgbook.gov.bc.ca"
PUBLISHER_MULTIKEY: "z6MkekByGjKYvP6dpMBJEHt5UN72rKPVoDgzcS9Hoq6bjfr1"
TRACTION_API_URL: "https://traction-tenant-proxy-dev.apps.silver.devops.gov.bc.ca"
ORGBOOK_URL: "https://dev.orgbook.gov.bc.ca"
DID_WEB_SERVER_URL: "https://registry-dev.apps.silver.devops.gov.bc.ca"
ISSUER_REGISTRY_URL: "https://bcgov.github.io/digital-trust-toolkit/registrations/issuers/dev.json"
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
stabilizationWindowSeconds: 300
resources:
limits:
cpu: 400m
memory: 1600Mi
requests:
cpu: 200m
memory: 820Mi
networkPolicy:
enabled: true
ingress:
enabled: true
namespaceSelector:
network.openshift.io/policy-group: ingress

0 comments on commit d94eb7b

Please sign in to comment.