-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvalues.yaml
37 lines (37 loc) · 1.14 KB
/
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
28
29
30
31
32
33
34
35
36
37
sspNamespace: schoolportal
hostName: amazon.sugarizer.tools
deployment:
host: amazon.sugarizer.tools
https: true
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.
provider: aws # Options: gke, azure, aws
# If provider is gke
gcpProjectId: gcpProjectId
gcpServiceAccount: gcpServiceAccount
# If provider is azure
azureClientSecret: azureClientSecret
azureSPAppId: azureSPAppId
azureSubscriptionId: azureSubscriptionId
azureTenantId: azureTenantId
azureDnsZoneResourceGroup: azureDnsZoneResourceGroup
azureDnsZone: azure.sugarizer.tools
# If provider is aws
awsClientSecret: awsClientSecret
awsRegion: awsRegion
awsAccessKeyId: awsAccessKeyId
awsRole: null
awsDnsZone: amazon.sugarizer.tools
verification:
enabled: false
smtpPort: smtp_port
smtpHost: smtp_host
smtpTlsSsecure: smtp_tls_secure
smtpUser: smtp_user
smtpPass: smtp_pass
smtpEmail: smtp_email
webhook:
slackWebhookUrl: null