-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathvalues.yaml.example
More file actions
54 lines (49 loc) · 1.79 KB
/
values.yaml.example
File metadata and controls
54 lines (49 loc) · 1.79 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
# Default values for cloudbeaver-ee.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# cloudbeaver general values for all EE services
cloudbeaver:
replicaCount: 1
image: dbeaver/cloudbeaver-ee
imageTag: "26.0.0"
pullPolicy: Always
# pullCredsName - name of a secret config map that contains docker repo auths
# pullCredsName: regcred
# Ingress Values
# Supported ingress controllers: nginx, haproxy, alb
ingressController: nginx
# Domain name for ingress endpoint
cloudbeaverBaseDomain: "cloudbeaver.local"
# LoadBallancer secure mode. Possible values - http, https
httpScheme: http
# If httpScheme is https.
# Domain certificates must be presented in root folder of chart with names:
httpsCertPath: "ingressSsl"
# certificate: <httpsCertPath>/fullchain.pem
# certificate key: <httpsCertPath>/privkey.pem
# AWS-specific configuration (only used when ingressController is "alb")
aws:
# AWS region (optional)
region: us-east-1
# ACM certificate ARN for HTTPS (optional, required for ALB HTTPS)
certificateArn: ""
# Additional annotations for ALB ingress (optional)
annotations: {}
# alb.ingress.kubernetes.io/load-balancer-name: "cloudbeaver-alb"
# alb.ingress.kubernetes.io/subnets: "subnet-12345,subnet-67890"
# alb.ingress.kubernetes.io/security-groups: "sg-12345"
# Cloud storage configuration for persistent volumes.
# The default value is None, indicating it is not a cloud deployment.
# AWS - type: efs storageClassName: efs-sc
cloudProvider: None # Options: None, aws
storage:
type: efs
storageClassName: "efs-sc"
efs:
fileSystemId: ""
backend:
internal_db: true
cloudbeaver_db_driver: postgres-jdbc
cloudbeaver_db_url: jdbc:postgresql://postgres:5432/cloudbeaver
cloudbeaver_db_user: postgres
cloudbeaver_db_password: ""