-
Notifications
You must be signed in to change notification settings - Fork 10
/
issuer-api-deploy.a2a.param
39 lines (39 loc) · 1.05 KB
/
issuer-api-deploy.a2a.param
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#=========================================================
# OpenShift template parameters for:
# Component: .
# Template File: ../openshift/templates/issuer-kit-api/issuer-kit-api-deploy.json
#=========================================================
NAME=api
APP_NAME=issuer
APP_GROUP=a2a
SUFFIX=-a2a
DB_SUFFIX=
ROLE=api
AGENT_ROLE=agent
PUBLIC_FRONTEND_ROLE=public-frontend
ADMIN_FRONTEND_ROLE=admin-frontend
IMAGE_NAMESPACE=a99fd4-tools
NAMESPACE_NAME=a99fd4
SERVICE_PORT=8080
DB_SERVICE=issuer-kit-db
DB_PORT=27017
DB_NAME=issuer_db
SERVER_SELECTION_TIMEOUT=240
SOURCE_IMAGE_NAME=issuer-kit-api
TAG_NAME=dev
AGENT_HOST=agent
AGENT_ADMIN_PORT=8024
SMTP_SERVER_ADDRESS=
SMTP_SERVER_PORT=
ADMIN_EMAIL=
EMAIL_SUBJECT=Invite from A2A Issuer DEV
PUBLIC_SITE_URL=https://a2a-issuer-dev.apps.silver.devops.gov.bc.ca
APP_CONFIG_MAP_NAME=api-config
APP_CONFIG_MOUNT_PATH=/opt/app-root/src/config/
APP_CONFIG_FILE_NAME=default.json
APP_SCHEMAS_FILE_NAME=schemas.json
APP_EMAIL_INVITE_FILE_NAME=invite-email.html
CPU_REQUEST=10m
CPU_LIMIT=300m
MEMORY_REQUEST=10Mi
MEMORY_LIMIT=256Mi