-
Notifications
You must be signed in to change notification settings - Fork 4
/
values.yaml
27 lines (27 loc) · 992 Bytes
/
values.yaml
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
schoolShortName: nik-school
hostName: sugarizer.tools
deployment:
sspNamespace: none # Set to none if you plan to use Sugarizer Chart independent of Sugarizer School Portal
https: true # HTTPs won't work on microk8s
production: false # Required only if HTTPs is true. Use to switch between letsencrypt Staging and Production server.
database:
databaseUrl: mymongodb
replicaset: true
cluster: # Not required if HTTPS is false. Required only if you plan to use Sugarizer Chart independent of Sugarizer School Portal
provider: aws # Options: gke, azure, aws, microk8s
# If provider is gke
gcpProjectId: null
gcpServiceAccount: null
# If provider is azure
azureClientSecret: null
azureSPAppId: null
azureSubscriptionId: null
azureTenantId: null
azureDnsZoneResourceGroup: null
azureDnsZone: null
# If provider is aws
awsClientSecret: null
awsRegion: null
awsAccessKeyId: null
awsDnsZone: null
awsRole: null