You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm Chart to deploy the Privacypal application on Kubernetes.
Currently, only AWS Elastic Kubernetes Service (EKS) is supported. Follow the SETUP.md for more details on AWS EKS requirements.
Managed Kubernetes Resources
The Helm Chart requires AWS Controllers for Kubernetes (ACK) to manage AWS resources via Kubernetes custom resources, shipped with the controllers, for example, Bucket, Function to provision the corresponding S3 Buckets and Lambdas. The chart also utilizes AWS Load Balancer Controller (ALB) to provision Load Balancers, satisfying Ingress or Service objects.
Parameters
PrivacyPal Application
Name
Description
Value
web
Configurations for the Privacypal pod
web.replicas
Number of replicas of the Privacypal pod
1
web.image.repository
Repository for the Privacypal container image
""
web.image.tag
Tag for the Privacypal container image
0.1.0-dev
web.image.pullPolicy
Image pull policy for the Privacypal container image
The amount of storage to allocate for this instance in GB
20
database.instanceClass
The compute and memory capacity of the DB instance. See: Supported classes
db.t4g.micro
database.dbName
Name of the database to create
privacypal
database.multiAZ
Specifies whether to deploy the database as MultiAZ
true
database.encrypted
Specifies whether to encrypt the the database
true
database.credentialSecretName
Name of the secret to extract the password for database master credentials. Expect required key DB_USERNAME and DB_PASSWORD
""
database.networks.vpcId
The Virtual Private Cloud (VPC) ID of the EKS cluster
""
database.networks.subnetIds
The EC2 Subnet IDs of the specified VPC for creating the database subnet group
[]
database.networks.cidrBlock
The CIDR Block of the specified VPC
[]
database.initializer.image.repository
Repository for the database initializer container image
""
database.initializer.image.tag
Tag for the database initializer container image
0.1.0-dev
database.initializer.image.pullPolicy
Image pull policy for the database initializer container image
Always
Authentication
Name
Description
Value
auth
Authentication configurations.
auth.cognito
Configurations for AWS Cognito Authentication
auth.cognito.enabled
Specifies whether to enable auth with AWS Cognito
true
auth.cognito.cognitoSecretName
Name of the secret to extract the Cognito client secrets. Expect required keys: COGNITO_CLIENT, COGNITO_CLIENT_SECRET, and COGNITO_POOL_ID
""
Other Parameters
Name
Description
Value
nameOverride
Overrides the name of this Chart
""
fullnameOverride
Overrides the fully qualified application name of [release name]-[chart name]
""
imagePullSecrets
Image pull secrets to be used for the PrivacyPal deployment
[]
serviceAccount.create
Specifies whether a service account should be created
true
serviceAccount.annotations
Annotations to add to the service account. Annotation eks.amazonaws.com/role-arn must be specified with an IAM role that allows the service account to read/write S3 buckets, and get lambda (health check).
{}
serviceAccount.name
The name of the service account to use. If not set and create is true, a name is generated using the fullname template
""
contact.noreplyEmail
The email for sending and receiving feedbacks from users or visitors to the application site