forked from bcgov/trust-over-ip-configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issuer-web-deploy.a2a.param
37 lines (37 loc) · 1.1 KB
/
issuer-web-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
#=========================================================
# OpenShift template parameters for:
# Component: .
# Template File: ../openshift/templates/issuer-web/issuer-web-deploy.json
#=========================================================
NAME=issuer-web
APP_NAME=issuer
APP_GROUP=a2a
SUFFIX=-a2a
ROLE=public-frontend
IMAGE_NAMESPACE=a99fd4-tools
NAMESPACE_NAME=a99fd4
CADDY_CONFIG_FILE_NAME=Caddyfile
CADDY_CONFIG_MAP_NAME=issuer-web-caddy-conf
CADDY_CONFIG_MOUNT_PATH=/etc/caddy/
APP_CONFIG_MAP_NAME=issuer-web-config
APP_CONFIG_MOUNT_PATH=/srv/config/
APP_CLAIM_CONFIG_FILE_NAME=claim-config.json
APP_CONFIG_FILE_NAME=config.json
APP_CUSTOM_SCRIPTS_FILE_NAME=custom-scripts.js
APP_LOGO_FILE_NAME=logo.svg
APP_TERMS_FILE_NAME=terms-and-conditions.html
APP_UNAUTHORIZED_FILE_NAME=unauthorized.html
APP_VUETIFY_FILE_NAME=vuetify.json
WEB_HOST_NAME=
WEB_HOST_PORT=8080
WEB_HOST_TLS=off
API_HOST=api
API_PORT=8080
APPLICATION_DOMAIN=a2a-issuer-dev.apps.silver.devops.gov.bc.ca
CERTBOT_MANAGED_ROUTE=false
SOURCE_IMAGE_NAME=issuer-kit-web
TAG_NAME=dev
CPU_REQUEST=10m
CPU_LIMIT=250m
MEMORY_REQUEST=100Mi
MEMORY_LIMIT=256Mi