-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
44 lines (38 loc) · 1.26 KB
/
values.yaml
File metadata and controls
44 lines (38 loc) · 1.26 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
imageOrg: "drycc"
imageTag: "canary"
imageRegistry: "docker.io"
imagePullPolicy: "Always"
replicas: 1
# limitsCpu: "100m"
# limitsMemory: "50Mi"
## config the helm-broker repositories
repositories:
- name: drycc-helm-broker
url: https://github.com/drycc/addons/releases/download/latest/index.yaml
celeryReplicas: 1
# broker_credentials:
# Optional Usernames and passwords that will be required to communicate with service broker
username: admin
password: admin
environment:
RESERVED_NAMES: "drycc, drycc-helmbroker"
# HELMBROKER_CELERY_BROKER: ""
# HELMBROKER_CELERY_BACKEND: ""
persistence:
enabled: true
accessMode: ReadWriteMany
size: 5Gi
storageClass: ""
volumeName: ""
ingressClass: ""
# A domain name consists of one or more parts.
# Periods (.) are used to separate these parts.
# Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
# It must start and end with a lowercase letter or digit.
clusterDomain: "cluster.local"
# The public resolvable hostname to build your cluster with.
#
# This will be the hostname that is used to build endpoints such as "drycc-helmbroker.$HOSTNAME"
platformDomain: ""
# Whether cert_manager is enabled to automatically generate helmbroker certificates
certManagerEnabled: true