allow couchDB to be turned off
This commit is contained in:
parent
d355219d7f
commit
26421581eb
|
@ -34,6 +34,7 @@ dependencies:
|
|||
- name: couchdb
|
||||
version: 3.3.4
|
||||
repository: https://apache.github.io/couchdb-helm
|
||||
condition: services.couchdb.enabled
|
||||
- name: ingress-nginx
|
||||
version: 3.35.0
|
||||
repository: https://github.com/kubernetes/ingress-nginx
|
||||
|
|
|
@ -41,7 +41,7 @@ service:
|
|||
|
||||
ingress:
|
||||
enabled: true
|
||||
# certificateArn: ""
|
||||
certificateArn: ""
|
||||
className: ""
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
|
@ -112,6 +112,7 @@ services:
|
|||
replicaCount: 1
|
||||
|
||||
couchdb:
|
||||
enabled: true
|
||||
replicaCount: 3
|
||||
url: "" # only change if pointing to existing couch server
|
||||
user: "" # only change if pointing to existing couch server
|
||||
|
|
Loading…
Reference in New Issue