-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathvalues.yaml
More file actions
67 lines (50 loc) · 1.63 KB
/
values.yaml
File metadata and controls
67 lines (50 loc) · 1.63 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
cadc-tap:
ingress:
# -- Ingress path that should be routed to this service
path: "tap"
config:
# -- What type of backend?
backend: "qserv"
# -- Vault secret name: the final key in the vault path
vaultSecretName: "tap"
# -- Name of the service from Gafaelfawr's perspective
serviceName: "tap"
# -- Whether Sentry is enabled in this environment
sentryEnabled: false
# -- 3GB byte limit for Qserv
outputLimit: "3221225472"
outputLimitUnit: "byte"
serviceAccount:
# -- Name of the Kubernetes `ServiceAccount`, used for CloudSQL access
name: "tap"
tapSchema:
# -- Database backend type: "containerized", "cloudsql", or "external"
# @default -- "cloudsql"
type: "cloudsql"
# -- Database name
database: "tap"
# -- Database username
username: "tap"
# -- Whether the TAP_SCHEMA database requires a password in Vault (true for cloudsql/external)
useVaultPassword: true
uws:
# -- Database backend type: "containerized", "cloudsql", or "external"
type: "cloudsql"
# -- Database name
database: "tap"
# -- Database username
username: "tap"
# -- Whether the UWS database requires a password in Vault (true for cloudsql/external)
useVaultPassword: true
# The following will be set by parameters injected by Argo CD and should not
# be set in the individual environment values files.
global:
# -- Base URL for the environment
# @default -- Set by Argo CD
baseUrl: ""
# -- Host name for ingress
# @default -- Set by Argo CD
host: ""
# -- Base path for Vault secrets
# @default -- Set by Argo CD
vaultSecretsPath: ""