1- image_org : " drycc"
2- image_pull_policy : " Always"
3- image_tag : " canary"
4- image_registry : " docker.io"
1+ imageOrg : " drycc"
2+ imagePullPolicy : " Always"
3+ imageTag : " canary"
4+ imageRegistry : " docker.io"
55# Set passport deployment replicas
66replicas : 1
7- # limits_cpu : "100m"
8- # limits_memory : "50Mi"
7+ # limitsCpu : "100m"
8+ # limitsMemory : "50Mi"
99# # Configuring this will no longer use the built-in database component
10- database_url : " "
10+ databaseUrl : " "
1111# Any custom controller environment variables
1212# can be specified as key-value pairs under environment
1313# this is usually a non required setting.
@@ -42,9 +42,9 @@ environment:
4242# EMAIL_USE_TLS: ""
4343# EMAIL_USE_SSL: ""
4444# Used to create Django admin users
45- admin_username : " admin"
46- admin_password : " admin"
47- admin_email : " admin@email.com"
45+ adminUsername : " admin"
46+ adminPassword : " admin"
47+ adminEmail : " admin@email.com"
4848
4949redis :
5050 replicas : 1
@@ -55,7 +55,7 @@ global:
5555 # Valid values are:
5656 # - on-cluster: Run Grafana within the Kubernetes cluster
5757 # - off-cluster: Grafana is running outside of the cluster
58- grafana_location : " on-cluster"
58+ grafanaLocation : " on-cluster"
5959
6060 # Admin email, used for each component to send email to administrator
6161 email : " drycc@drycc.cc"
@@ -66,19 +66,19 @@ global:
6666 # automatically; backups are sent to object storage
6767 # configured above)
6868 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
69- database_location : " on-cluster"
69+ databaseLocation : " on-cluster"
7070
7171 # Please check `kubernetes.io/ingress.class`
72- ingress_class : " "
72+ ingressClass : " "
7373 # A domain name consists of one or more parts.
7474 # Periods (.) are used to separate these parts.
7575 # Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
7676 # It must start and end with a lowercase letter or digit.
77- cluster_domain : " cluster.local"
77+ clusterDomain : " cluster.local"
7878 # The public resolvable hostname to build your cluster with.
7979 #
8080 # This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
81- platform_domain : " "
81+ platformDomain : " "
8282 # Whether cert_passport is enabled to automatically generate passport certificates
83- cert_manager_enabled : true
84- passport_location : " on-cluster"
83+ certManagerEnabled : true
84+ passportLocation : " on-cluster"
0 commit comments