-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOS_val_template
49 lines (43 loc) · 1.35 KB
/
OS_val_template
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
40
41
42
43
44
45
46
47
48
49
# Values specific to prod deployment
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Only need to specify diff from values.yaml
#
# THE Folowing will be replaced by the ih2.sh script
# REPOSITORY => the REPOSERVER set via command line options
# REPOPATH => typically "scot/scot4" but can be changed by command line
# VARIANT => typically "prod"|"qual"|"dev", defaults to "prod"
# SERVERNAME => set via install_helper.sh
# AIRFLOW => server name of your airflow instance, set in install_help.sh
# command line
# S3_SERVER => server of your S3 storage system, set on command line in
# instal_help.sh
#
scot4:
api:
internalDB: "true"
fakedata: "false"
# repository: "REPOSITORY/REPOPATH/scot-api"
externalApiUri: "https://SERVERNAME/api/v1"
enrichmentHost: "https://AIRFLOW"
# deploymentEnvironment: "PROD"
numReplicas: REPLICAS
maxSurge: SURGE
frontend:
# repository: "REPOSITORY/REPOPATH/scot4-web-app"
externalHostName: "SERVERNAME"
# flair:
# repository: "REPOSITORY/REPOPATH/flair"
inbox:
common:
testMode: "false"
# repository: "REPOSITORY/REPOPATH/scot4-inbox"
alertgroup:
enabled: "false"
dispatch:
enabled: "false"
event:
enabled: "false"
s3:
testMode: "false"
s3Address: "s3://S3_SERVER"