33# Declare variables to be passed into your templates.
44
55# The Diffgram Version. Whenever a new update arrives, this will be changed.
6- diffgramVersion : DAD-244-actions-builder-v-2
6+ diffgramVersion : 0.16.0
77
88# Either 'opencore' or 'enterprise'. Please note that selecting 'enterprise'
99# requires that you also set imagePullCredentials.gcrCredentials.
@@ -12,7 +12,7 @@ diffgramEdition: opencore
1212# Set this to your public domain where you want diffgram to be.
1313# This must be a domain name and not a public IP address.
1414# The chart will generate TLS certificates for the provided domain if useCertManager is 'true'
15- diffgramDomain : mydiffgram1 .com
15+ diffgramDomain : example .com
1616
1717# Set this to true if you want to use cert manager for TLS certificates generation.
1818useCertManager : true
@@ -42,14 +42,14 @@ dbSettings:
4242# All the Secrets Used in Diffgram.
4343diffgramSecrets :
4444 STRIPE_API_KEY : none
45- DIFFGRAM_AWS_ACCESS_KEY_ID : write_your_aws_access_key
46- DIFFGRAM_AWS_ACCESS_KEY_SECRET : write_your_aws_access_key_secret
45+ DIFFGRAM_AWS_ACCESS_KEY_ID : none
46+ DIFFGRAM_AWS_ACCESS_KEY_SECRET : none
4747 _ANALYTICS_WRITE_KEY : provided_by_diffgram_team
4848 MAILGUN_KEY : provided_by_diffgram_team
4949 HUB_SPOT_KEY : provided_by_diffgram_team
5050 SECRET_KEY : provided_by_diffgram_team
5151 FERNET_KEY : NeL_RED6zZ1XF3XT7Yd1hzFPYyebrg6UdkECTOLHEdI= # Please change this for production usage
52- INTER_SERVICE_SECRET : provided_by_diffgram_team
52+ INTER_SERVICE_SECRET : interservicesecret_please_replace_with_secure_value
5353 # Use diffgram-postgres, postgres-rds-service depending on which DB service you set on dbSettings
5454 USER_PASSWORDS_SECRET : provided_by_diffgram_team
5555 # The service account JSON for GCP Static Storage Encoded in Base64.
@@ -60,12 +60,11 @@ diffgramSecrets:
6060
6161diffgramSettings :
6262 USERDOMAIN : kubernetes
63- WALRUS_SERVICE_URL_BASE : example.com
6463 DIFFGRAM_SYSTEM_MODE : production
6564 DIFFGRAM_STATIC_STORAGE_PROVIDER : aws
66- DIFFGRAM_S3_BUCKET_NAME : none
67- DIFFGRAM_AZURE_CONTAINER_NAME : none
68- ML__DIFFGRAM_AZURE_CONTAINER_NAME : none
65+ DIFFGRAM_S3_BUCKET_NAME : diffgram-testing
66+ DIFFGRAM_AZURE_CONTAINER_NAME : diffgram-testing
67+ ML__DIFFGRAM_AZURE_CONTAINER_NAME : diffgram-testing
6968 ML__DIFFGRAM_S3_BUCKET_NAME : diffgram-testing
7069 CLOUD_STORAGE_BUCKET : diffgram-testing
7170 ML__CLOUD_STORAGE_BUCKET : diffgram-testing
@@ -107,12 +106,18 @@ imagePullCredentials:
107106useRabbitMq : true
108107rabbitmq :
109108 auth :
110- rabbitmq : " diffgram"
109+ username : " diffgram"
111110 password : " diffgram"
112111 tls :
113112 enabled : true
114113 autoGenerated : true
115-
114+ resources :
115+ requests :
116+ cpu : " 1.0"
117+ memory : " 1G"
118+ limits :
119+ cpu : " 2.0"
120+ memory : " 2G"
116121# ###### End Dependencies
117122
118123nodeGroupLabel : null
0 commit comments