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